]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
release: 1.1.6
[lilypond.git] / lily / include / performer.hh
index 75fbeccf7eec1ec6107d40a5894d3b82e5b89291..4badbc608ce9e52f5c5852b0eb75be40d65a4075 100644 (file)
@@ -21,8 +21,8 @@
  */
 class Performer : public virtual Translator{
 public:
-  TRANSLATOR_CLONE(Performer);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS(Translator);
+  
   Performer_group_performer* daddy_perf_l() const;
 protected:
   virtual int get_tempo_i() const;