summaryrefslogtreecommitdiff
path: root/libs/ardour/transform.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/transform.cc')
-rw-r--r--libs/ardour/transform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/transform.cc b/libs/ardour/transform.cc
index 9f029829de..9f7169e61e 100644
--- a/libs/ardour/transform.cc
+++ b/libs/ardour/transform.cc
@@ -121,7 +121,7 @@ Transform::Operation::eval(Context& ctx) const
Command*
Transform::operator()(boost::shared_ptr<MidiModel> model,
- Evoral::Beats position,
+ Temporal::Beats position,
std::vector<Notes>& seqs)
{
typedef MidiModel::NoteDiffCommand Command;