X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcommand-request.hh;h=078e02dd2f07e109ff913db02fa5fb0852662c46;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=875024650c7bf7f2d1f20eddb60d6b46a43e03b8;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/lily/include/command-request.hh b/lily/include/command-request.hh index 875024650c..078e02dd2f 100644 --- a/lily/include/command-request.hh +++ b/lily/include/command-request.hh @@ -48,7 +48,7 @@ public: Tempo_req(); protected: - virtual void do_print () const; + VIRTUAL_COPY_CONS(Music); bool do_equal_b (Request const *) const; }; @@ -64,7 +64,7 @@ public: Time_signature_change_req(); protected: - virtual void do_print () const; + bool do_equal_b (Request const *) const; VIRTUAL_COPY_CONS(Music); }; @@ -111,7 +111,7 @@ public: String clef_str_; Clef_change_req (String); protected: - virtual void do_print () const; + VIRTUAL_COPY_CONS(Music); };