]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-item.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / percent-repeat-item.hh
index 81a9b60832ff2a4eda56f5d3aa20582cd8f7a736..448b8110346dfe262b54494c72e9a284205402e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2001--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2001--2015 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
 class Percent_repeat_item_interface
 {
 public:
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   DECLARE_SCHEME_CALLBACK (beat_slash, (SCM));
   DECLARE_SCHEME_CALLBACK (double_percent, (SCM));
   static Stencil x_percent (Grob *, int);
-  static Stencil brew_slash (Grob *);
+  static Stencil brew_slash (Grob *, int);
 };
 
 #endif /* PERCENT_REPEAT_ITEM_HH */