X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fdemangle.h;h=213a348f5f2d280d22277ab3cfb91af50f121746;hp=f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727;hb=HEAD;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd 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