diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-09 17:05:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-09 17:05:21 +0000 |
commit | d23466eca13b4c8a39efd3c9f397e02aec20eac4 (patch) | |
tree | f2a7c027125df7626e0ac1fccfe70907487dddfd /include/m_json.h | |
parent | aa4540021d9e2f3b76f777f09f22242a5ac0e835 (diff) |
compilation fix for VS2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@6835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_json.h')
-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
|