]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
Issue 4625/4: Move in-chord slur info to slur boundaries
[lilypond.git] / lily / cluster.cc
index 694da482a5fba6cb4de806fd06963e43e5b723b1..d7f106964f05a3d8ecc3e35857f65b06916df3fe 100644 (file)
@@ -29,6 +29,9 @@
 #include "staff-symbol-referencer.hh"
 #include "warn.hh"
 
+using std::string;
+using std::vector;
+
 /*
   TODO: Add support for cubic spline segments.
  */
@@ -228,7 +231,6 @@ struct Cluster_beacon
 {
 public:
   DECLARE_SCHEME_CALLBACK (height, (SCM));
-  DECLARE_GROB_INTERFACE ();
 };
 
 MAKE_SCHEME_CALLBACK (Cluster_beacon, height, 1);