]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/rtti.cc
Imported Upstream version 2.12.3
[lilypond.git] / flower / rtti.cc
index fc278636a1a0041645cf11822c39f094f7120ea3..39941f8f74e296b92f84092360dad3b7dd1bcef2 100644 (file)
@@ -1,10 +1,10 @@
-#include <typeinfo>
-#include <ctype.h>
-#include "virtual-methods.hh"
+#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))