summaryrefslogtreecommitdiff
path: root/identifier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'identifier.cc')
-rw-r--r--identifier.cc7
1 files changed, 6 insertions, 1 deletions
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();
+}