X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Frtti.cc;h=39941f8f74e296b92f84092360dad3b7dd1bcef2;hb=d65a3a9777a9e96029f6aa408d86d13a88f6619d;hp=fc278636a1a0041645cf11822c39f094f7120ea3;hpb=9651bafcd832c72a8f81ade4b602199583d61f37;p=lilypond.git diff --git a/flower/rtti.cc b/flower/rtti.cc index fc278636a1..39941f8f74 100644 --- a/flower/rtti.cc +++ b/flower/rtti.cc @@ -1,10 +1,10 @@ -#include -#include -#include "virtual-methods.hh" +#include +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))