diff options
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r-- | src/net/messageout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h index 39b826dfe..9b6081b14 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -89,7 +89,8 @@ class MessageOut notfinal virtual ~MessageOut() { } - static unsigned char toServerDirection(unsigned char direction); + static unsigned char toServerDirection(unsigned char direction) + A_CONST; protected: /** |