From 0d71b001187ec79dbdbddde4ebaabbdff8e2b9bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 6 May 2020 00:50:37 +0200 Subject: Allow ignoring of specifications in NameFormat. --- src/name_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/name_format.h') diff --git a/src/name_format.h b/src/name_format.h index e5cfb76d..e6fc9d72 100644 --- a/src/name_format.h +++ b/src/name_format.h @@ -60,7 +60,7 @@ public: typedef std::map Map; - std::string get (Map, std::string suffix) const; + std::string get (Map, std::string suffix, std::string ignore = "") const; private: std::string _specification; -- cgit v1.2.3