X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fvirtual-methods.hh;h=c7746c84f8aad671bc28638c8145faa6587eeb49;hb=2c22efe5a46a37065b10c3f51c5d7db00d07d318;hp=47113cc06de944f50b38419f22b5a647dccbb81b;hpb=42dec791a83d21306b2ad15a03664cdc492397f0;p=lilypond.git diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh index 47113cc06d..c7746c84f8 100644 --- a/flower/include/virtual-methods.hh +++ b/flower/include/virtual-methods.hh @@ -24,10 +24,10 @@ demangle_classname (std::type_info const &); VIRTUAL_COPY_CONSTRUCTOR (Baseclass, Foo); }; */ -#define VIRTUAL_COPY_CONSTRUCTOR(Base, name) \ - virtual Base *clone () const \ - { \ - return new name (*this); \ +#define VIRTUAL_COPY_CONSTRUCTOR(Base, name) \ + virtual Base *clone () const \ + { \ + return new name (*this); \ } #endif /* VIRTUAL_METHODS_HH */