diff options
Diffstat (limited to 'src/net/manaserv/connection.h')
-rw-r--r-- | src/net/manaserv/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/connection.h b/src/net/manaserv/connection.h index 4263ae21f..1d3454c75 100644 --- a/src/net/manaserv/connection.h +++ b/src/net/manaserv/connection.h @@ -63,7 +63,7 @@ namespace ManaServ */ void disconnect(); - State getState() + State getState() const { return mState; } /** |