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 18:17:04 +0300
committervng <viktor.govako@gmail.com>2015-11-13 17:04:28 +0300
commitbe92d9fddd9a1eabab271614efd2f17ca7592311 (patch)
tree5a40a08e7c61690e09ff9ea01b4866a749054b77 /indexer/feature_data.hpp
parent584871b339c034ff8b6ea114e724a5048370d3a8 (diff)
Review fixes.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index c2efc0535f..07acea5c37 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -132,6 +132,8 @@ struct FeatureParamsBase
bool CheckValid() const;
string DebugString() const;
+
+ /// @return true if feature doesn't have any drawable strings (names, houses, etc).
bool IsEmptyNames() const;
template <class TSink>