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-12-08 19:54:34 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:03 +0300
commit83ae2f58fb291a94d76fb91421ddd4e6dfab2332 (patch)
tree442e40c7964b584acc9ddd0729fd479e3af64dac /indexer/feature.cpp
parent12f7031d4bbf0a426a0bf97aa6aa3796814fe902 (diff)
[tests] Fixed test.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index d8a99a57d1..1459eb9c56 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -61,7 +61,7 @@ feature::EGeomType FeatureBase::GetFeatureType() const
string FeatureBase::DebugString() const
{
- ASSERT(m_bCommonParsed, ());
+ ParseCommon();
Classificator const & c = classif();