X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fvirtual-methods.hh;fp=flower%2Finclude%2Fvirtual-methods.hh;h=47113cc06de944f50b38419f22b5a647dccbb81b;hb=b4d2043223a86826764bc531e684a864c97605fe;hp=76ed3e9ea38baeb12846fb67cff101c6d97685ef;hpb=9ad04cca4a628f4c2f40a8e8353a48e8f3c1d344;p=lilypond.git diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh index 76ed3e9ea3..47113cc06d 100644 --- a/flower/include/virtual-methods.hh +++ b/flower/include/virtual-methods.hh @@ -13,7 +13,7 @@ #define classname(class_ptr) demangle_classname (typeid (* (class_ptr))) -const char * +char const * demangle_classname (std::type_info const &); /* Virtual copy constructor. Make up for C++'s lack of a standard