summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/IdentifyRequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests/IdentifyRequest.cpp')
-rw-r--r--src/Common/Requests/IdentifyRequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Requests/IdentifyRequest.cpp b/src/Common/Requests/IdentifyRequest.cpp
index fc31c3f..98868ef 100644
--- a/src/Common/Requests/IdentifyRequest.cpp
+++ b/src/Common/Requests/IdentifyRequest.cpp
@@ -24,7 +24,7 @@ namespace Common {
namespace Requests {
void IdentifyRequest::sendRequest() {
- Common::XmlPacket packet;
+ Common::XmlData packet;
packet.setType("Identify");
if(!hostname.empty())