From: fred Date: Sun, 24 Mar 2002 19:49:05 +0000 (+0000) Subject: lilypond-0.0.77.jcn1 X-Git-Tag: release/1.5.59~4395 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=229f7b5c25414ab1cbc361a366a37d22e5a2c923;p=lilypond.git lilypond-0.0.77.jcn1 --- 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; }\