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:
authorSergey Yershov <yershov@corp.mail.ru>2014-12-15 17:21:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:25 +0300
commitb240aa5839ae1295e76899a90eebfc671af3570e (patch)
tree4e41bd4a417d95637d44b60eb2e889ff72beb518 /indexer/feature_data.cpp
parentebf94896845e189fc9fbab187eb88b2f2b233324 (diff)
Making mwm with additional info section
Diffstat (limited to 'indexer/feature_data.cpp')
-rw-r--r--indexer/feature_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp
index 586c548691..33843dcb97 100644
--- a/indexer/feature_data.cpp
+++ b/indexer/feature_data.cpp
@@ -168,7 +168,7 @@ bool FeatureParams::AddHouseName(string const & s)
return false;
}
-bool FeatureParams::AddAdditionalInfo(additional_info_types type, string const &s)
+bool FeatureParams::AddAdditionalInfo(additional_info_types type, string const & s)
{
if (m_additional_info[type].empty())
{