From 22d2f0c2d5260b86a857f08f80ff490614c55066 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 21 Apr 2011 16:20:01 +0300 Subject: [PATCH] Cosmetic changes --- projects/stargazer/user_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/user_impl.h b/projects/stargazer/user_impl.h index acb4d58a..f1dd4175 100644 --- a/projects/stargazer/user_impl.h +++ b/projects/stargazer/user_impl.h @@ -117,7 +117,7 @@ public: int WriteStat(); int WriteMonthStat(); - std::string const & GetLogin() const { return login; } + const std::string & GetLogin() const { return login; } void SetLogin(std::string const & l); uint32_t GetCurrIP() const { return currIP; } -- 2.43.2