]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/virtual-methods.hh
* input/regression/slur-script.ly: Fixed.
[lilypond.git] / flower / include / virtual-methods.hh
index 76ed3e9ea38baeb12846fb67cff101c6d97685ef..47113cc06de944f50b38419f22b5a647dccbb81b 100644 (file)
@@ -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