X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fdemangle.h;h=22334354034759f78344dbc3bf5543e3ef1af006;hb=HEAD;hp=f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727;hpb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963;p=libs%2Fcore.git diff --git a/source/debug/demangle.h b/source/debug/demangle.h index f7c8f3b..2233435 100644 --- a/source/debug/demangle.h +++ b/source/debug/demangle.h @@ -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 +#include namespace Msp { namespace Debug { -std::string demangle(const std::string &); +MSPCORE_API std::string demangle(const std::string &); } // namespace Debug } // namespace Msp