summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 943c2d12..0d3bfa32 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -106,7 +106,7 @@ class ConnectionHandler
/**
* Send packet to client with matching Being*
*/
- void sendTo(tmwserv::Being*, MessageOut &);
+ void sendTo(tmwserv::BeingPtr, MessageOut &);
private:
std::map<unsigned int, MessageHandler*> handlers;