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:
Diffstat (limited to 'editor/user_stats.cpp')
-rw-r--r--editor/user_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/user_stats.cpp b/editor/user_stats.cpp
index 1b3b7f89e7..cae20eeb49 100644
--- a/editor/user_stats.cpp
+++ b/editor/user_stats.cpp
@@ -61,7 +61,7 @@ bool UserStats::GetRank(int32_t & rank) const
return true;
}
-bool UserStats::GetLevelUpRequiredFeat(string & levelUpFeat) const
+bool UserStats::GetLevelUpRequiredFeat(string & levelUpFeat) const
{
if (m_levelUpRequiredFeat.empty())
return false;