From 229f7b5c25414ab1cbc361a366a37d22e5a2c923 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:49:05 +0000 Subject: [PATCH] lilypond-0.0.77.jcn1 --- lily/identifier.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lily/identifier.cc b/lily/identifier.cc index 4eda207ca7..bbeea7ef78 100644 --- a/lily/identifier.cc +++ b/lily/identifier.cc @@ -20,7 +20,7 @@ #include "request.hh" #include "input-translator.hh" -IMPLEMENT_STATIC_NAME(Identifier); + IMPLEMENT_IS_TYPE_B(Identifier); Identifier::~Identifier() @@ -106,7 +106,6 @@ Idclass::accessor(bool copy) {\ #define implement_id_class(Idclass, Class, accessor) \ -IMPLEMENT_STATIC_NAME(Idclass)\ IMPLEMENT_IS_TYPE_B1(Idclass,Identifier)\ Idclass::~Idclass() { delete accessor(false); }\ Idclass::Idclass(String s, Class*st, int code):Identifier(s,code) { data = st; }\ -- 2.39.5