X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flilypond-key.hh;h=15d4639ec19c9b36fd763eb88cd02013bce8b249;hb=7c62e4c7902481a8b6f1cea755fc30228f2c64c7;hp=0dba228d0898cd9675584685fbf7e7c8651f0887;hpb=6d10791f358dc637ee7d8858fb61f959f1262b3c;p=lilypond.git diff --git a/lily/include/lilypond-key.hh b/lily/include/lilypond-key.hh index 0dba228d08..15d4639ec1 100644 --- a/lily/include/lilypond-key.hh +++ b/lily/include/lilypond-key.hh @@ -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: