summaryrefslogtreecommitdiff
path: root/request.hh
diff options
context:
space:
mode:
Diffstat (limited to 'request.hh')
-rw-r--r--request.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/request.hh b/request.hh
index 79846e7e69..f2dc5f7144 100644
--- a/request.hh
+++ b/request.hh
@@ -4,7 +4,7 @@
#include "glob.hh"
#include "string.hh"
-#include "mtime.hh"
+
struct Request {
Voice_element*elt;
#if 0
@@ -172,7 +172,7 @@ struct Slur_req : Span_req {
/// helper in the hierarchy
struct Dynamic {
- Mtime subtime;
+ Real subtime;
};
/** Each dynamic is bound to one note ( a crescendo spanning multiple
notes is thought to be made of two "dynamics": a start and a stop).