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 14:10:18 +0300
committerYuri Gorshenin <y@maps.me>2015-10-13 14:10:18 +0300
commitf956714a4d1c9c042cbe5b8eca10d89d18ce6942 (patch)
tree5b6b324ba971cfcdef9775a03ee776e4265f395e /indexer/features_offsets_table.hpp
parentfdad64400163c1099f1f5d154f700b8a6bdde6c8 (diff)
Review fixes.
Diffstat (limited to 'indexer/features_offsets_table.hpp')
-rw-r--r--indexer/features_offsets_table.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/features_offsets_table.hpp b/indexer/features_offsets_table.hpp
index 8b0624426e..7bd4861746 100644
--- a/indexer/features_offsets_table.hpp
+++ b/indexer/features_offsets_table.hpp
@@ -112,6 +112,7 @@ namespace feature
detail::MappedFile::Handle m_handle;
};
- // Builds feature offsets table in an mwm.
+ // Builds feature offsets table in an mwm or rebuilds an existing
+ // one.
bool BuildOffsetsTable(string const & filePath);
} // namespace feature