]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / note-column.hh
index ec12414539031d490301ca5f327b37a0d433085e..73030a46d9d0a12b50b48c29a70bd2a08a36bcd2 100644 (file)
@@ -9,7 +9,9 @@
 #ifndef NOTE_COLUMN_HH
 #define NOTE_COLUMN_HH
 
-#include "item.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
+
 
 /** a struct for treating a group of noteheads (noteheads, stem
     (chord) and scripts) as a single entity.
@@ -32,7 +34,7 @@ public:
   static void set_dotcol (Grob *me, Grob *);
   static void add_head (Grob *me, Grob *);
   static bool has_rests (Grob *me);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   static Item *get_stem (Grob *);
 };