summaryrefslogtreecommitdiff
path: root/libs/libjson/src/JSONChildren.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libjson/src/JSONChildren.h')
-rw-r--r--libs/libjson/src/JSONChildren.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libjson/src/JSONChildren.h b/libs/libjson/src/JSONChildren.h
index ce697ffd77..04922d9a1b 100644
--- a/libs/libjson/src/JSONChildren.h
+++ b/libs/libjson/src/JSONChildren.h
@@ -120,7 +120,7 @@ public:
}
private:
iteratorKeeper(const iteratorKeeper &);
- iteratorKeeper & operator = (const iteratorKeeper &);
+ iteratorKeeper & operator=(const iteratorKeeper &);
jsonChildren * myChildren;
JSONNode ** & myPos;
@@ -218,7 +218,7 @@ public:
JSON_PRIVATE
//to make sure it's not copyable
jsonChildren(const jsonChildren &);
- jsonChildren & operator = (const jsonChildren &);
+ jsonChildren & operator=(const jsonChildren &);
void deleteAll(void); //implemented in JSONNode.cpp
void doerase(JSONNode ** position, json_index_t number);