]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/rtti.cc
Imported Upstream version 2.12.3
[lilypond.git] / flower / rtti.cc
index 3166cb9dd9f096c5911549c25d951b6bdeb9ea14..39941f8f74e296b92f84092360dad3b7dd1bcef2 100644 (file)
@@ -1,9 +1,10 @@
 #include <cctype>
+using namespace std;
 
 #include "virtual-methods.hh"
 
-const char *
-demangle_classname (std::type_info const &t)
+char const *
+demangle_classname (type_info const &t)
 {
   char const *s = t.name ();
   while (isdigit (*s))