summaryrefslogtreecommitdiff
path: root/include/m_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_json.h')
-rw-r--r--include/m_json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_json.h b/include/m_json.h
index 9df72cd305..10ce6779c6 100644
--- a/include/m_json.h
+++ b/include/m_json.h
@@ -164,8 +164,8 @@ LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const INT64_PARAM &param);
LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const BOOL_PARAM &param);
LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const CHAR_PARAM &param);
LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const WCHAR_PARAM &param);
-LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const NULL_PARAM &param);
-LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const JSON_PARAM &param);
+LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const NULL_PARAM &param);
+LIBJSON_DLL(JSONNode&) operator<<(JSONNode &json, const JSON_PARAM &param);
#endif // __cplusplus