]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-item.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / percent-repeat-item.hh
index 58d8d0ee64ec14762dc5cdfaf64b03ce3462dd8a..83662b5d3d1579522246bb51c3c6165a4e1555e0 100644 (file)
@@ -9,12 +9,13 @@
 #ifndef PERCENT_REPEAT_ITEM_HH
 #define PERCENT_REPEAT_ITEM_HH
 
-#include "grob.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Percent_repeat_item_interface
 {
 public:
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (beat_slash, (SCM));
   DECLARE_SCHEME_CALLBACK (double_percent, (SCM));
   static Stencil x_percent (Grob *, int, Real, Real);