diff options
Diffstat (limited to 'include/m_json.h')
-rw-r--r-- | include/m_json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_json.h b/include/m_json.h index e635814299..299111d3cd 100644 --- a/include/m_json.h +++ b/include/m_json.h @@ -119,7 +119,7 @@ MIR_CORE_DLL(int) json_equal(JSONNODE * node, JSONNODE * node2); #ifdef __cplusplus
#ifdef _XSTRING_
-MIR_CORE_DLL(std::string) json_as_pstring(const JSONNODE * node);
+MIR_C_CORE_DLL(std::string) json_as_pstring(const JSONNODE * node);
#endif
}
|