X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fkey-performer.hh;h=406ae94aebacf46ea634828868ca641c66c4a531;hb=55fa3168d0fb5326341ff56d7a1638c89eb2ebaf;hp=b2612147f0770dc12c9c1c0a7f58c42abdb7e59d;hpb=6a0ea5e307744ad53d8b4a7381f2b27c2cfc9c13;p=lilypond.git diff --git a/lily/include/key-performer.hh b/lily/include/key-performer.hh index b2612147f0..406ae94aeb 100644 --- a/lily/include/key-performer.hh +++ b/lily/include/key-performer.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Jan Nieuwenhuizen + (c) 1997--1998 Jan Nieuwenhuizen */ #ifndef KEY_PERFOMER_HH @@ -14,17 +14,18 @@ class Key_performer : public Performer { public: - NAME_MEMBERS(); - Key_performer(); - ~Key_performer(); + TRANSLATOR_CLONE(Key_performer); + DECLARE_MY_RUNTIME_TYPEINFO; + Key_performer(); + ~Key_performer(); protected: - void do_print() const; - virtual bool try_request( Request* req_l ); - virtual void process_requests(); + void do_print() const; + virtual bool do_try_request (Request* req_l); + virtual void do_process_requests(); private: - Key_change_req* key_req_l_; + Key_change_req* key_req_l_; }; #endif // KEY_PERFOMER_HH