X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Frtti.cc;h=39941f8f74e296b92f84092360dad3b7dd1bcef2;hb=84a060da34d365db97ceade2d87f7bc961b9b7b7;hp=ae1aa8658c4cc2af5d92e87b5e6efcc19a374075;hpb=48f2b9351f93d0161c675cfb60e95bf919041df2;p=lilypond.git diff --git a/flower/rtti.cc b/flower/rtti.cc index ae1aa8658c..39941f8f74 100644 --- a/flower/rtti.cc +++ b/flower/rtti.cc @@ -1,12 +1,12 @@ -#include -#include -#include "virtual-methods.hh" +#include +using namespace std; +#include "virtual-methods.hh" -const char * +char const * demangle_classname (type_info const &t) { - char const *s = t.name(); + char const *s = t.name (); while (isdigit (*s)) s++; return s;