summaryrefslogtreecommitdiffstats
path: root/src/Common/Connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Connection.cpp')
-rw-r--r--src/Common/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Connection.cpp b/src/Common/Connection.cpp
index 87381f2..b2bb835 100644
--- a/src/Common/Connection.cpp
+++ b/src/Common/Connection.cpp
@@ -27,7 +27,7 @@ void Connection::receive(boost::shared_ptr<Net::Packet> packet) {
signalReceive.emit(boost::shared_ptr<XmlPacket>(new XmlPacket(*packet)), packet->getRequestId());
}
-bool Connection::sendPacket(const XmlPacket &packet, uint16_t requestId) {
+bool Connection::sendPacket(const XmlPacket &packet, boost::uint16_t requestId) {
return send(packet.encode(requestId));
}