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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2016-02-10 14:38:13 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-02-10 14:38:13 +0300
commit010de9fe5331e882369bd3b1d5c4d59c149fb9e6 (patch)
tree1374fa177bc9fef531cc5fafebc301d18a6e4844 /indexer/indexer.pro
parentb55cc368d57e72e1facc49ae11e8f9fb540a86fc (diff)
Fixed misprint: .cpp -> .hpp
Diffstat (limited to 'indexer/indexer.pro')
-rw-r--r--indexer/indexer.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/indexer.pro b/indexer/indexer.pro
index d500f56030..35d71d4dd0 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -61,8 +61,8 @@ HEADERS += \
drawing_rule_def.hpp \
drawing_rules.hpp \
drules_include.hpp \
- drules_selector.cpp \
- drules_selector_parser.cpp \
+ drules_selector.hpp \
+ drules_selector_parser.hpp \
feature.hpp \
feature_algo.hpp \
feature_covering.hpp \