From 4761fe49c0b2521b545c814cd7f4a30c9b38d5ff Mon Sep 17 00:00:00 2001 From: Alexander Marchuk Date: Fri, 17 Jun 2016 15:34:56 +0300 Subject: [android][editor] fix: Review fixes. --- editor/user_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') 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; -- cgit v1.2.3