diff options
Diffstat (limited to 'src/itoserver.h')
-rw-r--r-- | src/itoserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
100 | SrvClientLink( ItoClient *pClient ); | 100 | SrvClientLink( ItoClient *pClient ); |
101 | virtual ~SrvClientLink(); | 101 | virtual ~SrvClientLink(); |
102 | 102 | ||
103 | virtual void sendMsg( const Bu::FString &sMsg ); | 103 | virtual void sendMessage( const Bu::FString &sMsg ); |
104 | 104 | ||
105 | private: | 105 | private: |
106 | ItoClient *pClient; | 106 | ItoClient *pClient; |