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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-11-27 17:13:34 +0300
committerOlesia Bolovintseva <o.bolovintseva@mapswithme.com>2018-12-04 16:12:06 +0300
commitbda368e95f07d50125496d7f94330c40aad8ad6c (patch)
treebaa34f5465db22d5c96abd2736f261838f068b57 /map/user.hpp
parent899ee1c5ee889774c6ca0ff10d70c8c02c94bebd (diff)
[lightweight] "Get" methods are renamed
Diffstat (limited to 'map/user.hpp')
-rw-r--r--map/user.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/user.hpp b/map/user.hpp
index e01610a477..171668b81f 100644
--- a/map/user.hpp
+++ b/map/user.hpp
@@ -105,5 +105,8 @@ private:
namespace lightweight
{
+namespace impl
+{
bool IsUserAuthenticated();
+} // namespace impl
} //namespace lightweight