From 67d3752f3e59e7f5af163f3521f2c2011392d1f9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 7 Oct 2013 12:03:40 +0000 Subject: - JSONROOT added to handle json parser more conveniently; - TCHAR* is returned everywhere instead of char*; git-svn-id: http://svn.miranda-ng.org/main/trunk@6393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/json/internalJSONNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_core/json/internalJSONNode.h') 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 -- cgit v1.2.3