diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-04 12:58:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-04 12:58:20 +0300 |
commit | d3f84250fdaa48e0ca1032b92b9c0f827707655b (patch) | |
tree | 95004e21bc2d05ca54bd3272a312d943e7b77502 /libs/libjson/src/JSONWriter.cpp | |
parent | ebbe8bc928141cfae1adb539463fef4d8156649b (diff) |
compilation fix
Diffstat (limited to 'libs/libjson/src/JSONWriter.cpp')
-rw-r--r-- | libs/libjson/src/JSONWriter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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"));
|