X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fdemangle.h;h=f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727;hb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963;hp=f8cab96c0d9f118a8d71747fa71dc98a18556864;hpb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f;p=libs%2Fcore.git diff --git a/source/debug/demangle.h b/source/debug/demangle.h index f8cab96..f7c8f3b 100644 --- a/source/debug/demangle.h +++ b/source/debug/demangle.h @@ -4,6 +4,7 @@ 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_ @@ -12,7 +13,7 @@ Distributed under the LGPL namespace Msp { namespace Debug { -std::string demangle_gcc3(const std::string &); +std::string demangle(const std::string &); } // namespace Debug } // namespace Msp