]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ttf.cc
let RhythmicStaff use default barline extent
[lilypond.git] / lily / ttf.cc
index 18f1dcd0b663b4de2d0d89f547eb3171281b1ab8..eaeb67adfb25a46b9dfbd16858a4abd0d1e755b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -467,7 +467,7 @@ print_trailer (void *out,
 }
 
 static void
-create_type42_font (void *out, string name, int idx)
+create_type42_font (void *out, const string &name, int idx)
 {
   FT_Face face;