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:
authortatiana-yan <tatiana.kondakova@gmail.com>2019-04-10 19:24:04 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-04-12 12:56:38 +0300
commitc198137d69f40c5fe17a399c06e2d2934109d8b1 (patch)
tree360a96ced514727f05d49c7783155aae37a387fd /map/bookmark_helpers.cpp
parent1eb7a1d11626f1598dbd3c3bcab841e7a6cc4c40 (diff)
[std] Use new include style for coding, fixes.
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;