summaryrefslogtreecommitdiffstats
path: root/src/client/clui/Client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/clui/Client.hpp')
-rw-r--r--src/client/clui/Client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/clui/Client.hpp b/src/client/clui/Client.hpp
index 5dbcfd6..20599f4 100644
--- a/src/client/clui/Client.hpp
+++ b/src/client/clui/Client.hpp
@@ -24,7 +24,7 @@ public:
~Client();
virtual void HandleActions();
- virtual void AddMessage(const char *msg, int type);
+ virtual void AddMessage(const char *msg, const char spec_char);
private:
void AddCharToBuffer(char ch);
void RemoveCharFromBuffer();