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 'map/bookmark_helpers.cpp')
-rw-r--r--map/bookmark_helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/bookmark_helpers.cpp b/map/bookmark_helpers.cpp
index 0636f61ce1..bb3770532b 100644
--- a/map/bookmark_helpers.cpp
+++ b/map/bookmark_helpers.cpp
@@ -276,7 +276,7 @@ std::unique_ptr<kml::FileData> LoadKmzFile(std::string const & file, std::string
std::string unarchievedPath;
try
{
- ZipFileReader::FileListT files;
+ ZipFileReader::FileList files;
ZipFileReader::FilesList(file, files);
if (files.empty())
return nullptr;