From 5093edfb74b24c5782591af0d85134c295c6b0e6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 10 Feb 2008 19:17:56 +0000 Subject: Huh, forgot to commit the rest of the updates/changes/etc for the new sever/client-link system. --- src/itoserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itoserver.h') diff --git a/src/itoserver.h b/src/itoserver.h index ec76316..cb7ffbf 100644 --- a/src/itoserver.h +++ b/src/itoserver.h @@ -100,7 +100,7 @@ namespace Bu SrvClientLink( ItoClient *pClient ); virtual ~SrvClientLink(); - virtual void sendMsg( const Bu::FString &sMsg ); + virtual void sendMessage( const Bu::FString &sMsg ); private: ItoClient *pClient; -- cgit v1.2.3