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>2015-11-11 17:33:19 +0300
committervng <viktor.govako@gmail.com>2015-11-13 17:04:28 +0300
commit584871b339c034ff8b6ea114e724a5048370d3a8 (patch)
treec98590d0d86d721ce6c5e5b5e69bab9f1899cb3d /indexer/feature_data.hpp
parentb91856ccad81285160b0810596da1999f557950e (diff)
[generator] Fixed bug with missing building-address.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 0050931b55..c2efc0535f 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -131,8 +131,8 @@ struct FeatureParamsBase
bool operator == (FeatureParamsBase const & rhs) const;
bool CheckValid() const;
-
string DebugString() const;
+ bool IsEmptyNames() const;
template <class TSink>
void Write(TSink & sink, uint8_t header) const