]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translation-property.hh
release: 1.1.6
[lilypond.git] / lily / include / translation-property.hh
index 686f0d938df45c572265993902e192a457784df8..45651150e39e206400e608e11dc10e50bd1e4e04 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -21,8 +21,8 @@ class Translation_property : public Music
 public:
   String var_str_;
   Scalar value_;
-  VIRTUAL_COPY_CONS(Translation_property, Music);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS(Music);
+  
 protected:
   virtual void do_print () const;
 };