From f5aca1a1b402bd7ebc944dc6e6fe65828d863365 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 02:14:08 +0000 Subject: Bu::FString is now String, and there's a shell script to fix any other programs that were using fstring, I hope. --- src/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol.cpp') 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 * ) { } -void Bu::Protocol::onMessage( Bu::Client *, const Bu::FString & ) +void Bu::Protocol::onMessage( Bu::Client *, const Bu::String & ) { } -- cgit v1.2.3