From d3f84250fdaa48e0ca1032b92b9c0f827707655b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Jan 2018 12:58:20 +0300 Subject: compilation fix --- libs/libjson/src/JSONWriter.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/libjson/src/JSONWriter.cpp') diff --git a/libs/libjson/src/JSONWriter.cpp b/libs/libjson/src/JSONWriter.cpp index ce753970c8..b04dfde1dd 100644 --- a/libs/libjson/src/JSONWriter.cpp +++ b/libs/libjson/src/JSONWriter.cpp @@ -30,6 +30,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifdef JSON_WRITER #include "JSONWorker.h" +static const json_string CONST_NULL(JSON_TEXT("null")); + const static json_string WRITER_EMPTY; #ifndef JSON_NEWLINE const static json_string NEW_LINE(JSON_TEXT("\n")); -- cgit v1.2.3