summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_send.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-02 21:54:38 +0100
committerRobin Gareus <robin@gareus.org>2020-03-02 21:54:38 +0100
commit82541b33a4a8db57680d9cc05fcbafa35e5d8660 (patch)
tree9eb29b9301e39f34cdac8e0a8802bea00e77164d /libs/ardour/ardour/internal_send.h
parent6e0062d5498f90c52d6aeb87e63bc846d2922020 (diff)
Retain custom internal-send name on session re-load
Diffstat (limited to 'libs/ardour/ardour/internal_send.h')
-rw-r--r--libs/ardour/ardour/internal_send.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h
index 7133d26f20..faa2053e92 100644
--- a/libs/ardour/ardour/internal_send.h
+++ b/libs/ardour/ardour/internal_send.h
@@ -81,7 +81,7 @@ private:
void send_to_property_changed (const PBD::PropertyChange&);
int connect_when_legal ();
void init_gain ();
- int use_target (boost::shared_ptr<Route>);
+ int use_target (boost::shared_ptr<Route>, bool update_name = true);
void target_io_changed ();
};