X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/00c5298c6d00cbce32c1e678840b5e34bb8feea7..c40540b748b3c815e9299216481afd927dd04754:/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;