summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-22 04:25:07 +0200
committerRobin Gareus <robin@gareus.org>2017-07-22 04:25:07 +0200
commitf756dc69f41c6950f5c573401ebbd767be493f01 (patch)
tree207cc86427977df3c974465c6b7b5dfa9e4d83d5 /libs/ardour/automatable.cc
parent038c391d55ba3f78080c86ab09c3ad909f1b427b (diff)
NO-OP: Consistent API name
Diffstat (limited to 'libs/ardour/automatable.cc')
-rw-r--r--libs/ardour/automatable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc
index 908ca18137..aa0dd5edf7 100644
--- a/libs/ardour/automatable.cc
+++ b/libs/ardour/automatable.cc
@@ -338,7 +338,7 @@ Automatable::protect_automation ()
}
void
-Automatable::transport_located (framepos_t now)
+Automatable::non_realtime_locate (framepos_t now)
{
for (Controls::iterator li = controls().begin(); li != controls().end(); ++li) {