]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/remoteplayer.h
Various code improvements
[dragonfireclient.git] / src / remoteplayer.h
index 8d086fc5a721d4c503fda2c19e10b4655da67530..bd39b68ba8453cd951350cdaf375faf67e0649bf 100644 (file)
@@ -47,7 +47,7 @@ class RemotePlayer : public Player
        PlayerSAO *getPlayerSAO() { return m_sao; }
        void setPlayerSAO(PlayerSAO *sao) { m_sao = sao; }
 
-       const RemotePlayerChatResult canSendChatMessage();
+       RemotePlayerChatResult canSendChatMessage();
 
        void setHotbarItemcount(s32 hotbar_itemcount)
        {