summaryrefslogtreecommitdiffstats
path: root/src/client/ClientBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientBase.hpp')
-rw-r--r--src/client/ClientBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientBase.hpp b/src/client/ClientBase.hpp
index 387505c..a5e76ed 100644
--- a/src/client/ClientBase.hpp
+++ b/src/client/ClientBase.hpp
@@ -21,7 +21,7 @@ public:
void BreakLoop() { exit_flag = true; }
virtual void HandleActions() {}
- virtual void AddMessage(const char *msg, int type) {}
+ virtual void AddMessage(const char *msg, const char spec_char) {}
void SendMessage(const char *msg);
private:
int CreateSocket(const char* ip, int port);