]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lilypond-key.hh
*** empty log message ***
[lilypond.git] / lily / include / lilypond-key.hh
index 0dba228d0898cd9675584685fbf7e7c8651f0887..15d4639ec19c9b36fd763eb88cd02013bce8b249 100644 (file)
@@ -13,7 +13,6 @@
 #include "object-key.hh"
 #include "lily-proto.hh"
 #include "moment.hh"
-#include "string.hh"
 
 class Lilypond_grob_key : public Object_key
 {
@@ -23,9 +22,9 @@ class Lilypond_grob_key : public Object_key
   int disambiguation_count_;
 
 public:
-  Lilypond_grob_key(Object_key const *context,
-                   Moment start,
-                   String name, int);
+  Lilypond_grob_key (Object_key const *context,
+                    Moment start,
+                    String name, int);
 
   static Object_key *from_scheme (SCM);
 protected: