From: Maxim Mamontov Date: Thu, 21 Apr 2011 13:20:01 +0000 (+0300) Subject: Cosmetic changes X-Git-Tag: 2.407-p1~44 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/22d2f0c2d5260b86a857f08f80ff490614c55066 Cosmetic changes --- 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; }