aboutsummaryrefslogtreecommitdiffstats
path: root/Websocket/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'Websocket/query.h')
-rw-r--r--Websocket/query.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Websocket/query.h b/Websocket/query.h
index 193610b4..a1d2e222 100644
--- a/Websocket/query.h
+++ b/Websocket/query.h
@@ -33,7 +33,7 @@ typedef struct QueryKeys {
} QueryKeys;
// for convenience
-typedef nlohmann::json Json;
+typedef nlohmann::json Json2;
class Query
{
@@ -107,7 +107,7 @@ public:
isEmpty();
private:
- Json query;
+ Json2 query;
std::string action;
std::string objectName;