From: Han-Wen Nienhuys Date: Fri, 19 Mar 2004 23:11:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.1.32~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3af3f5e7d2e061c90556e7ec056dbb141d64e2ae;p=lilypond.git *** empty log message *** --- diff --git a/lily/include/grob.hh b/lily/include/grob.hh index 16bc6c6a26..fba4a8eaad 100644 --- a/lily/include/grob.hh +++ b/lily/include/grob.hh @@ -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;