summaryrefslogtreecommitdiff
path: root/voice.hh
diff options
context:
space:
mode:
Diffstat (limited to 'voice.hh')
-rw-r--r--voice.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/voice.hh b/voice.hh
index 59b0dc8315..7180ece99e 100644
--- a/voice.hh
+++ b/voice.hh
@@ -14,7 +14,7 @@ struct Voice {
Real when(const Voice_element*)const;
Real last() const;
Voice();
- Voice( Voice const&);
+ Voice(Voice const&);
void add(Voice_element*);
void print() const;
};