summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/SimpleRequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests/SimpleRequest.cpp')
-rw-r--r--src/Common/Requests/SimpleRequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Requests/SimpleRequest.cpp b/src/Common/Requests/SimpleRequest.cpp
index a16e1d4..452b6da 100644
--- a/src/Common/Requests/SimpleRequest.cpp
+++ b/src/Common/Requests/SimpleRequest.cpp
@@ -24,7 +24,7 @@ namespace Common {
namespace Requests {
void SimpleRequest::sendRequest() {
- XmlPacket packet;
+ XmlData packet;
packet.setType(type);
sendPacket(packet);