summaryrefslogtreecommitdiffstats
path: root/src/Common/RequestHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/RequestHandler.cpp')
-rw-r--r--src/Common/RequestHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/RequestHandler.cpp b/src/Common/RequestHandler.cpp
index 3469448..50c8f11 100644
--- a/src/Common/RequestHandler.cpp
+++ b/src/Common/RequestHandler.cpp
@@ -29,7 +29,7 @@ Connection* RequestHandler::getConnection() const {
return getRequestManager()->requestMap.getRequestInfo(this).first;
}
-void RequestHandler::sendPacket(const XmlPacket &packet) {
+void RequestHandler::sendPacket(const XmlData &packet) {
std::pair<Connection*, boost::uint16_t> requestInfo = getRequestManager()->requestMap.getRequestInfo(this);
if(!requestInfo.first)