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:
authorvng <viktor.govako@gmail.com>2012-04-05 17:03:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:37:12 +0300
commitce13339937ba1a98f9ba4d58f706c3be25e2d9a2 (patch)
treeea82770a22eff9593a41500333b9b90aa6592260 /indexer/feature_data.hpp
parentd2102c84abcd7fb9d838d8947b0caeab6cb47380 (diff)
Minor formatting changes.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index c5aeb7652f..626194a0c3 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -85,10 +85,9 @@ namespace feature
uint32_t const * e = m_types + m_size;
return (find(m_types, e, t) != e);
}
-
- void Remove(uint32_t t);
//@}
+ void Remove(uint32_t t);
string DebugPrint() const;
};