]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / system.hh
index f10b9b750fb29578e9a1bea041c1c596aca77f83..9866a1966778125ce25edb882491732159e372f2 100644 (file)
@@ -12,6 +12,7 @@
 #include "spanner.hh"
 #include "grob-array.hh"
 #include "skyline.hh"
+#include "grob-interface.hh"
 
 /*
   If you keep following offset reference points, you will always end
@@ -42,7 +43,7 @@ public:
   int spanner_count () const;
 
   void break_into_pieces (vector<Column_x_positions> const &);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   vector<Item*> broken_col_range (Item const *, Item const *) const;
   vector<Grob*> columns () const;