X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/00c5298c6d00cbce32c1e678840b5e34bb8feea7..09a9984d2d13448614d92b8e3ab4cdf10abc0b68:/projects/stargazer/user.h diff --git a/projects/stargazer/user.h b/projects/stargazer/user.h index 496baa72..3472ba4b 100644 --- a/projects/stargazer/user.h +++ b/projects/stargazer/user.h @@ -202,8 +202,8 @@ private: void Disconnect(bool fakeDisconnect, const std::string & reason); int SaveMonthStat(int month, int year); - int SendMessage(const STG_MSG & msg); - int ScanMessage(); + int SendMessage(STG_MSG & msg) const; + void ScanMessage(); time_t lastScanMessages; string login;