From c0f1fc805de840f3006bfa66f0be2846ff2c1a04 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 29 May 1997 21:23:25 +0000 Subject: [PATCH] lilypond-0.0.67 --- flower/include/virtual-methods.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)\ -- 2.39.5