]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.h
Remove the custom demangle function and use GCC's abi::__cxa_demangle instead
[libs/core.git] / source / debug / demangle.h
index f8cab96c0d9f118a8d71747fa71dc98a18556864..cf2dca2ce31960816e0133bf3a8deb222a622b5e 100644 (file)
@@ -12,7 +12,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