From: fred Date: Tue, 5 Nov 1996 16:34:01 +0000 (+0000) Subject: lilypond-0.0.8 X-Git-Tag: release/1.5.59~6902 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7fe394a345ee40f102c698be31c7ae63dfa61eba;p=lilypond.git lilypond-0.0.8 --- diff --git a/identifier.cc b/identifier.cc index 94d48c8d74..5405d5f710 100644 --- a/identifier.cc +++ b/identifier.cc @@ -12,10 +12,15 @@ Identifier::Identifier(String n) Identifier::~Identifier() -{ +{ } Staff_id::~Staff_id() { delete staff(); } + +Voice_id::~Voice_id() +{ + delete voice(); +}