]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / line-spanner.hh
index be124f74e45bad97fdf46822611ca3ab64a6bf18..4c7e4471d6b6d157fcce6d9f78bf608899b67949 100644 (file)
@@ -10,6 +10,7 @@
 #define LINE_SPANNER_HH
 
 #include "lily-guile.hh"
+#include "grob-interface.hh"
 
 class Grob;
 class Stencil;
@@ -20,7 +21,7 @@ public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
   static Stencil line_stencil (Grob *me, Offset f, Offset t);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
 private:
   static Offset get_broken_offset (Grob *me, Direction dir);