From 56d4e7295159f3e3e2d69e86c2eca17e6746a58f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:42 +0000 Subject: [PATCH] lilypond-0.0.26 --- hdr/slur.hh | 4 ++-- src/meter.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hdr/slur.hh b/hdr/slur.hh index 26bb2ff36e..c9524ba6f5 100644 --- a/hdr/slur.hh +++ b/hdr/slur.hh @@ -21,7 +21,6 @@ struct Slur : Directional_spanner { /****************/ Offset center() const; Slur(); - void print() const; void do_post_processing(); void do_pre_processing(); void add(Notehead*); @@ -30,7 +29,8 @@ struct Slur : Directional_spanner { Spanner* do_break_at( PCol*, PCol*) const; void process(); private: -Molecule*brew_molecule_p()const; + Molecule*brew_molecule_p()const; + const char * name() const; }; #endif // SLUR_HH diff --git a/src/meter.cc b/src/meter.cc index ba653dae2a..bd3f763c00 100644 --- a/src/meter.cc +++ b/src/meter.cc @@ -3,7 +3,7 @@ #include "meter.hh" #include "paper.hh" #include "lookup.hh" - +NAME_METHOD(Meter); Meter::Meter(Arraya) :args(a) { -- 2.39.5