summaryrefslogtreecommitdiffstats
path: root/src/game-server/accountconnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/accountconnection.hpp')
-rw-r--r--src/game-server/accountconnection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/accountconnection.hpp b/src/game-server/accountconnection.hpp
index 700a85c..e06966d 100644
--- a/src/game-server/accountconnection.hpp
+++ b/src/game-server/accountconnection.hpp
@@ -31,7 +31,7 @@ class Character;
/**
* A connection to the account server.
*/
-class AccountConnection: public Connection
+class AccountConnection : public Connection
{
public:
/**