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:
authorYuri Gorshenin <y@maps.me>2015-10-13 13:55:37 +0300
committerYuri Gorshenin <y@maps.me>2015-10-13 13:55:37 +0300
commitfdad64400163c1099f1f5d154f700b8a6bdde6c8 (patch)
treeb87fc2adb097e88e4fdd293f4f2e99c8ed4eea61 /indexer/features_offsets_table.hpp
parentff5c6a457909c94b558795e7c401b8386c31cb19 (diff)
[search] Added FeatureOffsetsTable generation for test mwms.
Diffstat (limited to 'indexer/features_offsets_table.hpp')
-rw-r--r--indexer/features_offsets_table.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/features_offsets_table.hpp b/indexer/features_offsets_table.hpp
index 5faba945e4..8b0624426e 100644
--- a/indexer/features_offsets_table.hpp
+++ b/indexer/features_offsets_table.hpp
@@ -112,6 +112,6 @@ namespace feature
detail::MappedFile::Handle m_handle;
};
+ // Builds feature offsets table in an mwm.
bool BuildOffsetsTable(string const & filePath);
-
} // namespace feature