summaryrefslogtreecommitdiff
path: root/voice.cc
diff options
context:
space:
mode:
Diffstat (limited to 'voice.cc')
-rw-r--r--voice.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice.cc b/voice.cc
index 907f229481..ae9342b487 100644
--- a/voice.cc
+++ b/voice.cc
@@ -51,10 +51,10 @@ Voice_element::print() const
#endif
}
-Mtime
+Real
Voice::last() const
{
- Mtime l =start;
+ Real l =start;
for (PCursor<Voice_element*> vec(elts); vec.ok(); vec++)
l += vec->duration;
return l;