summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/DisconnectRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests/DisconnectRequest.h')
-rw-r--r--src/Common/Requests/DisconnectRequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Requests/DisconnectRequest.h b/src/Common/Requests/DisconnectRequest.h
index a92c7e7..a905a56 100644
--- a/src/Common/Requests/DisconnectRequest.h
+++ b/src/Common/Requests/DisconnectRequest.h
@@ -31,7 +31,7 @@ namespace Requests {
class MAD_COMMON_EXPORT DisconnectRequest : public Request {
protected:
virtual void sendRequest();
- virtual void handlePacket(boost::shared_ptr<const XmlPacket> packet);
+ virtual void handlePacket(boost::shared_ptr<const XmlData> packet);
public:
DisconnectRequest(Application *application) : Request(application) {}