diff options
Diffstat (limited to 'voice.hh')
-rw-r--r-- | voice.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |