diff options
Diffstat (limited to 'src/lib/util/corefile.h')
-rw-r--r-- | src/lib/util/corefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corefile.h b/src/lib/util/corefile.h index fff2240c0cc..efbda400202 100644 --- a/src/lib/util/corefile.h +++ b/src/lib/util/corefile.h @@ -143,7 +143,7 @@ protected: std::string core_filename_extract_base(const std::string &name, bool strip_extension = false); // extracts the file extension from a filename -std::string core_filename_extract_extension(const std::string &filename, bool strip_period = false, bool normalize_to_lowercase = false); +std::string core_filename_extract_extension(const std::string &filename, bool strip_period = false); // true if the given filename ends with a particular extension bool core_filename_ends_with(const std::string &filename, const std::string &extension); |