]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.h
Fixed a bunch of compilation warnings about deprecated const char *
[irc/gameservirc.git] / gameserv / aClient.h
index 95b7b97163a939955283a2bafb7d55025f54dd0a..4a595805e8a4f28813431e1631c8bc92067dd3ad 100644 (file)
@@ -13,7 +13,7 @@ class aClient
   friend ostream &operator<<( ostream &output, const aClient &c);
   
 public:
-  aClient(char *);             // Constructor takes a char for the nick
+  aClient(const string &);             // Constructor takes a char for the nick
   
 #ifdef P10
   aClient(char *, char *);     // Constructor takes a char for the nick and realnick