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:
authorMaxim Pimenov <m@maps.me>2019-09-19 15:38:52 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-09-20 18:29:16 +0300
commitab23306ef085a265d86c068451ac630813415d76 (patch)
tree4671a0446cdcb0634f16438f5c5298c90a258fd4 /indexer/feature_processor.hpp
parent8ae37c6f25ed90c87703ae399159a092f15422fe (diff)
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
Diffstat (limited to 'indexer/feature_processor.hpp')
-rw-r--r--indexer/feature_processor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_processor.hpp b/indexer/feature_processor.hpp
index 10770e77d0..c9db3083f3 100644
--- a/indexer/feature_processor.hpp
+++ b/indexer/feature_processor.hpp
@@ -3,7 +3,7 @@
#include "indexer/features_vector.hpp"
#include "coding/file_reader.hpp"
-#include "coding/file_container.hpp"
+#include "coding/files_container.hpp"
#include <memory>
#include <string>