]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Fri, 19 Mar 2004 23:11:01 +0000 (23:11 +0000)
committerhanwen <hanwen>
Fri, 19 Mar 2004 23:11:01 +0000 (23:11 +0000)
lily/include/grob.hh

index 16bc6c6a26ef696ff801e52d899076113efdadf7..fba4a8eaad15bb0f311b6edff9a70afaeea38fab 100644 (file)
@@ -64,7 +64,7 @@ public:
 
   Grob (SCM basic_props);
   Grob (Grob const&);
-  Grob *clone () const { return Grob (*this); } 
+  VIRTUAL_COPY_CONSTRUCTOR(Grob,Grob);
  
   String name () const;