X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fdemangle.h;h=213a348f5f2d280d22277ab3cfb91af50f121746;hp=f8cab96c0d9f118a8d71747fa71dc98a18556864;hb=967785734be5c3fc6f75da122c2d93ebbb338271;hpb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f diff --git a/source/debug/demangle.h b/source/debug/demangle.h index f8cab96..213a348 100644 --- a/source/debug/demangle.h +++ b/source/debug/demangle.h @@ -1,9 +1,3 @@ -/* $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_ @@ -12,7 +6,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