aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.h b/src/server.h
index b296bf8..49fc72a 100644
--- a/src/server.h
+++ b/src/server.h
@@ -67,7 +67,7 @@ namespace Bu
67 SrvClientLink( Bu::Client *pClient ); 67 SrvClientLink( Bu::Client *pClient );
68 virtual ~SrvClientLink(); 68 virtual ~SrvClientLink();
69 69
70 virtual void sendMsg( const Bu::FString &sMsg ); 70 virtual void sendMessage( const Bu::FString &sMsg );
71 71
72 private: 72 private:
73 Bu::Client *pClient; 73 Bu::Client *pClient;