diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_json.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_json.h b/include/m_json.h index 99266e27d7..d381ab6f20 100644 --- a/include/m_json.h +++ b/include/m_json.h @@ -133,10 +133,11 @@ public: __forceinline JSONNODE* Parse(LPCSTR text) { return (m_node = json_parse(text)); }
};
+}
+
#ifdef _XSTRING_
MIR_C_CORE_DLL(std::string) json_as_pstring(const JSONNODE *node);
#endif
-}
#endif
|