diff options
Diffstat (limited to 'src/itoserver.cpp')
-rw-r--r-- | src/itoserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itoserver.cpp b/src/itoserver.cpp index 6513536..fc1f40b 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp | |||
@@ -202,7 +202,7 @@ Bu::ItoServer::SrvClientLink::~SrvClientLink() | |||
202 | { | 202 | { |
203 | } | 203 | } |
204 | 204 | ||
205 | void Bu::ItoServer::SrvClientLink::sendMsg( const Bu::FString &sMsg ) | 205 | void Bu::ItoServer::SrvClientLink::sendMessage( const Bu::FString &sMsg ) |
206 | { | 206 | { |
207 | if( !pClient->imProto.trylock() ) | 207 | if( !pClient->imProto.trylock() ) |
208 | { | 208 | { |