From 7fe394a345ee40f102c698be31c7ae63dfa61eba Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 5 Nov 1996 16:34:01 +0000 Subject: [PATCH] lilypond-0.0.8 --- identifier.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(); +} -- 2.39.5