mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Make RCU reader return a const pointer (omnibus commit)
This commit is contained in:
parent
e9f71824a1
commit
295dbd8e1e
58 changed files with 745 additions and 776 deletions
|
|
@ -140,7 +140,7 @@ private:
|
|||
Glib::RefPtr<Gtk::ListStore> route_display_model;
|
||||
|
||||
|
||||
void add_routes (ARDOUR::RouteList&);
|
||||
void add_routes (ARDOUR::RouteList const&);
|
||||
|
||||
void route_property_changed (const PBD::PropertyChange&, std::weak_ptr<ARDOUR::Route> route);
|
||||
void route_removed (std::weak_ptr<ARDOUR::Route> route);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue