]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / line-interface.hh
index 8b8bd6df9044811b767f4aba2ec45d9191adc9b6..ec33ce93c6300f94869f29a0076f70cae7579c9e 100644 (file)
 #define LINE_INTERFACE_HH
 
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Line_interface
 {
   static Stencil line (Grob *me, Offset from, Offset to);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real);
   static Stencil make_line (Real th, Offset from, Offset to);
   static Stencil make_arrow (Offset beg, Offset end, Real thick,