aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index 83ab4ba..51ff105 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -17,7 +17,7 @@ Bu::Protocol::~Protocol()
17{ 17{
18} 18}
19 19
20void Bu::Protocol::onMessage( Bu::Client *pClient, const Bu::FString &sMsg ) 20void Bu::Protocol::onMessage( Bu::Client *, const Bu::FString & )
21{ 21{
22} 22}
23 23