]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Imported Upstream version 2.12.3
[lilypond.git] / lily / include / bar-line.hh
index 43db11e9c9e0df074f65fc9222e94b414fa9d7b8..51e6f9c005c6ca5a5256e1308d9fc346af61bfae 100644 (file)
@@ -1,7 +1,7 @@
 /*
   bar.hh -- part of GNU LilyPond
 
-  (c) 1996--2008 Han-Wen Nienhuys
+  (c) 1996--2009 Han-Wen Nienhuys
 */
 
 #ifndef BAR_HH
@@ -16,7 +16,7 @@ public:
   DECLARE_GROB_INTERFACE();
 
   static Stencil dashed_bar_line (Grob *me, Real h, Real thick);
-  static Stencil tick_bar_line (Grob *me, Real w, Real h, bool rounded);
+  static Stencil tick_bar_line (Grob *me, Real h, bool rounded);
   static Stencil compound_barline (Grob *, string, Real height, bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
   static Interval bar_y_extent (Grob *, Grob *);