]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.h
Add move semantics to Variant
[libs/core.git] / source / debug / demangle.h
index f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727..22334354034759f78344dbc3bf5543e3ef1af006 100644 (file)
@@ -1,19 +1,13 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DEBUG_DEMANGLE_H_
 #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