From: fred Date: Thu, 29 May 1997 21:23:25 +0000 (+0000) Subject: lilypond-0.0.67 X-Git-Tag: release/1.5.59~6126 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c0f1fc805de840f3006bfa66f0be2846ff2c1a04;p=lilypond.git lilypond-0.0.67 --- diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh index e5c807e8a9..fa6b5df9d4 100644 --- a/flower/include/virtual-methods.hh +++ b/flower/include/virtual-methods.hh @@ -14,9 +14,9 @@ The static_name() can *not* be inlined (this might have the effect that s->name() != S::static_name(). Overlapping strings need not be merged in C++ */ -#define NAME_MEMBERS(c) \ +#define NAME_MEMBERS() \ static char const *static_name();\ -virtual char const *name() const{ return c::static_name(); } \ +virtual char const *name() const{ return static_name(); } \ int a_stupid_nonexistent_function_to_allow_the_semicolon_come_out() #define IMPLEMENT_STATIC_NAME(c)\