]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.8
authorfred <fred>
Tue, 5 Nov 1996 16:34:01 +0000 (16:34 +0000)
committerfred <fred>
Tue, 5 Nov 1996 16:34:01 +0000 (16:34 +0000)
identifier.cc

index 94d48c8d7455990c08e0a2a7265178c02120346d..5405d5f71033d6ce3534b41e9c1c50bb7eea5917 100644 (file)
@@ -12,10 +12,15 @@ Identifier::Identifier(String n)
 
 
 Identifier::~Identifier()
-{
+{    
 }
 
 Staff_id::~Staff_id()
 {
     delete staff();
 }
+
+Voice_id::~Voice_id()
+{
+    delete voice();
+}