summaryrefslogtreecommitdiff
path: root/src/mir_core/json/internalJSONNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core/json/internalJSONNode.cpp')
-rw-r--r--src/mir_core/json/internalJSONNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/json/internalJSONNode.cpp b/src/mir_core/json/internalJSONNode.cpp
index bc9408d60c..4e3bccbf58 100644
--- a/src/mir_core/json/internalJSONNode.cpp
+++ b/src/mir_core/json/internalJSONNode.cpp
@@ -354,7 +354,7 @@ void internalJSONNode::Nullify(void) const {
#endif
#ifdef JSON_LIBRARY
-void internalJSONNode::push_back(JSONNode * node){
+void internalJSONNode::push_back(JSONNode *node){
#else
void internalJSONNode::push_back(const JSONNode & node){
#endif