summaryrefslogtreecommitdiff
path: root/src/mir_core/json/internalJSONNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core/json/internalJSONNode.h')
-rw-r--r--src/mir_core/json/internalJSONNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/json/internalJSONNode.h b/src/mir_core/json/internalJSONNode.h
index 9ed7680a45..cf626ceae0 100644
--- a/src/mir_core/json/internalJSONNode.h
+++ b/src/mir_core/json/internalJSONNode.h
@@ -97,7 +97,7 @@ public:
#endif
#ifdef JSON_LIBRARY
- void push_back(JSONNode * node);
+ void push_back(JSONNode *node);
#else
void push_back(const JSONNode & node);
#endif