diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 28d8c08..7e992b4 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp | |||
@@ -25,7 +25,7 @@ void Bu::Protocol::onNewData( Bu::Client * ) | |||
25 | { | 25 | { |
26 | } | 26 | } |
27 | 27 | ||
28 | void Bu::Protocol::onMessage( Bu::Client *, const Bu::FString & ) | 28 | void Bu::Protocol::onMessage( Bu::Client *, const Bu::String & ) |
29 | { | 29 | { |
30 | } | 30 | } |
31 | 31 | ||