Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coding/file_name_utils.hpp')
-rw-r--r--coding/file_name_utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/coding/file_name_utils.hpp b/coding/file_name_utils.hpp
index 76629660c9..1e3ffe83d1 100644
--- a/coding/file_name_utils.hpp
+++ b/coding/file_name_utils.hpp
@@ -7,6 +7,7 @@ namespace my
{
/// Remove extension from file name.
void GetNameWithoutExt(string & name);
+ string FilenameWithoutExt(string name);
/// @return File extension with the dot or empty string if no extension found.
string GetFileExtension(string const & name);