summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-11-12 21:40:29 -0800
committerLen Ovens <len@ovenwerks.net>2018-11-12 22:30:32 -0800
commitf27ca29d6c7e294a71c46d2e3390331aa72ad1d0 (patch)
tree48c85fa5e9c489c4435d634683d76b7ee6026f12 /libs/ardour/ardour/route.h
parente9013c0f99a3f16097800276241e8363fda33e8f (diff)
Changed send/deliver role "Personal" to "Foldback" so bus type can match
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index f9e0af30f3..24f3f998fc 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -412,7 +412,7 @@ public:
PBD::Signal1<void,void*> SelectedChanged;
int add_aux_send (boost::shared_ptr<Route>, boost::shared_ptr<Processor>);
- int add_personal_send (boost::shared_ptr<Route>);
+ int add_foldback_send (boost::shared_ptr<Route>);
void remove_aux_or_listen (boost::shared_ptr<Route>);
/**