Fixed inner object bug

This commit is contained in:
Benoit Blanchon
2014-09-28 21:04:59 +02:00
parent bc44c36385
commit e190b20ae1
5 changed files with 47 additions and 15 deletions

View File

@ -30,5 +30,7 @@ public:
private:
JsonNode* _node;
JsonNode* getActualNode() const;
};