]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / slur.hh
index d8603485d524ae892393a63bf564fc3ec0f54ae8..f31aba7bb2d2d7e3f9f10b9ea241030243fa7e56 100644 (file)
@@ -13,6 +13,7 @@
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 #include "std-vector.hh"
+#include "grob-interface.hh"
 
 class Slur
 {
@@ -28,7 +29,7 @@ public:
   DECLARE_SCHEME_CALLBACK (height, (SCM));
   DECLARE_SCHEME_CALLBACK (outside_slur_callback, (SCM, SCM));
   DECLARE_SCHEME_CALLBACK (pure_outside_slur_callback, (SCM, SCM, SCM, SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   static Bezier get_curve (Grob *me);
 };