From fae17e42b5d32ff133426893ca115310d499ab64 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 May 2015 17:40:14 +0000 Subject: JSONNode class exported directly from mir_core, all its functions became available old json_* functions work as well git-svn-id: http://svn.miranda-ng.org/main/trunk@13831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_json.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_json.h b/include/m_json.h index efa0463e39..63980ab4e0 100644 --- a/include/m_json.h +++ b/include/m_json.h @@ -31,7 +31,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifdef __cplusplus -typedef void JSONNODE; +#include "../src/mir_core/src/json/JSONNode.h" +typedef JSONNode JSONNODE; extern "C" { -- cgit v1.2.3