]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-translator.hh
release: 1.1.6
[lilypond.git] / lily / include / global-translator.hh
index b4381eb70341e3b72a3d54a10ee2601623e94c6b..0e12f150fd97997ed58518b2f92760733c03b280 100644 (file)
@@ -17,7 +17,7 @@
 class Global_translator : public virtual Translator_group{
   PQueue<Moment> extra_mom_pq_;
 public:
-  TRANSLATOR_CLONE(Global_translator);
+  VIRTUAL_COPY_CONS(Translator);
   Moment last_mom_;
   Moment now_mom_;
   Global_translator();
@@ -32,7 +32,7 @@ public:
   virtual void finish() {}
   virtual void start() {}
 
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
 protected:
   virtual Moment now_moment () const;
   virtual Global_translator *global_l() { return this; }