]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system-start-delimiter.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / system-start-delimiter.hh
index 115c8cd37a74a02ac148a7dbc9c04e30d03c011a..4304837649272d8595c43c33c67f1d311f4dff14 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
 /*
   Braces/brackets across staves.
@@ -20,7 +21,7 @@ class System_start_delimiter
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   static void try_collapse (Grob *);
   static Stencil staff_bracket (Grob *, Real);
   static Stencil old_staff_bracket (Grob *, Real);