X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/885bc3bdfdf08dc59f70931e615fa7997da9f239..71a1182a4c763a1bf806f7f707a1d6ebae0d561a:/gameserv/player.h diff --git a/gameserv/player.h b/gameserv/player.h index 192577e..2e76b76 100644 --- a/gameserv/player.h +++ b/gameserv/player.h @@ -112,7 +112,7 @@ public: long int lastcommand; // timestamp for the last command typed long int lastlogin; // timestamp for the last login - bool operator <(Player &right); + bool operator < (Player &right); private: string name; // Player's Name