]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / debug / demangle.h
index 213a348f5f2d280d22277ab3cfb91af50f121746..22334354034759f78344dbc3bf5543e3ef1af006 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_DEBUG_DEMANGLE_H_
 
 #include <string>
+#include <msp/core/mspcore_api.h>
 
 namespace Msp {
 namespace Debug {
 
-std::string demangle(const std::string &);
+MSPCORE_API std::string demangle(const std::string &);
 
 } // namespace Debug
 } // namespace Msp