]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-interface.hh
* input/regression/slur-script.ly: Fixed.
[lilypond.git] / lily / include / grob-interface.hh
index 82121e7b7f5e67608a21c7dff14fded33639ce79..fb90e2e2bcf8f509a4312701562372b9e2171efa 100644 (file)
@@ -22,9 +22,9 @@
   }                                                            \
   ADD_SCM_INIT_FUNC (cl ## ifaces, cl ## _init_ifaces);
 
-void add_interface (const char *symbol,
-                   const char *descr,
-                   const char *vars);
+void add_interface (char const *symbol,
+                   char const *descr,
+                   char const *vars);
 
 SCM ly_add_interface (SCM, SCM, SCM);
 SCM ly_all_grob_interfaces ();