X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=hdr%2Fslur.hh;h=87f1fe855ea71bd7fc623a4dd818e8bae80fb26c;hb=31e311c0fb0ede49394d058b6c22f2a130421b9e;hp=c3e6a93c7619701a678908b7179dd5b5cbe39eff;hpb=e4a632f6bbdb0a331baadf64a5b97f24e2a2a338;p=lilypond.git diff --git a/hdr/slur.hh b/hdr/slur.hh index c3e6a93c76..87f1fe855e 100644 --- a/hdr/slur.hh +++ b/hdr/slur.hh @@ -7,7 +7,7 @@ #ifndef SLUR_HH #define SLUR_HH -#include "directionalspanner.hh" +#include "directional-spanner.hh" #include "fproto.hh" #include "varray.hh" @@ -29,7 +29,7 @@ struct Slur : Directional_spanner { void process(); private: Molecule*brew_molecule_p()const; - const char * name() const; + NAME_MEMBERS(Slur); }; #endif // SLUR_HH