]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.h
Make sure all files have the correct header
[libs/core.git] / source / debug / demangle.h
index f8cab96c0d9f118a8d71747fa71dc98a18556864..f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727 100644 (file)
@@ -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