]> git.donarmstrong.com Git - lilypond.git/commitdiff
(fix_prefix): const correctness.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 22 Oct 2006 16:32:38 +0000 (16:32 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 22 Oct 2006 16:32:38 +0000 (16:32 +0000)
ChangeLog
lily/gregorian-ligature-engraver.cc

index 2f001503f623f9d0a6edceef6069867bfc7ab2bf..99425288dba70f95980b1bce8bd27e438553be88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-10-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * lily/gregorian-ligature-engraver.cc (fix_prefix): const correctness.
+
        * lily/pango-font.cc (pango_item_string_stencil): use
        FT_Get_X11_Font_Format()
 
index e6b3c9b534ed67737ce708abf47f70f419afad42..9a7efcb4a5a328e622c2e7fea26bc0d6ae0cc44e 100644 (file)
@@ -42,7 +42,7 @@ Gregorian_ligature_engraver::listen_pes_or_flexa (Stream_event *ev)
   ASSIGN_EVENT_ONCE (pes_or_flexa_req_, ev);
 }
 
-void fix_prefix (char *name, int mask,
+void fix_prefix (char const *name, int mask,
                 int *current_set, int min_set, int max_set,
                 Grob *primitive)
 {