summaryrefslogtreecommitdiff
path: root/libs/libjson/src/JSONNode.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-29 16:06:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-29 16:06:12 +0000
commit2dad84e37b1ba2d2a0eb5b437031ee594ca43148 (patch)
tree4d71e13d6a2544c33e0a3b9fc237f5b6475cb254 /libs/libjson/src/JSONNode.h
parentff585c0bb2301f13bc6e8263077b0aaac209f80b (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@17046 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/libjson/src/JSONNode.h')
-rw-r--r--libs/libjson/src/JSONNode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libjson/src/JSONNode.h b/libs/libjson/src/JSONNode.h
index fe32427019..2f5119ef90 100644
--- a/libs/libjson/src/JSONNode.h
+++ b/libs/libjson/src/JSONNode.h
@@ -152,8 +152,8 @@ public:
#endif
JSONNode& operator<<(const JSONNode & node);
void reserve(json_index_t size);
- JSONNode JSON_PTR_LIB pop_back(json_index_t pos);
- JSONNode JSON_PTR_LIB pop_back(const json_string & name_t);
+ JSONNode* JSON_PTR_LIB pop_back(json_index_t pos);
+ JSONNode* JSON_PTR_LIB pop_back(const json_string & name_t);
#ifdef JSON_CASE_INSENSITIVE_FUNCTIONS
JSONNode JSON_PTR_LIB pop_back_nocase(const json_string & name_t);
#endif