]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / arpeggio.hh
index 27f2d14dae17db8a94d76d53458da9509d92b943..ce69cddc17650ae0885f5645e1f39b6801772ab7 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
+
 
 class Arpeggio
 {
@@ -18,7 +20,7 @@ public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
   DECLARE_SCHEME_CALLBACK (width, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* ARPEGGIO_HH */