13
0

Fix C++11'ism

This commit is contained in:
Robin Gareus 2021-01-30 05:01:33 +01:00
parent 2e5ba08286
commit 24e0391679
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -66,7 +66,7 @@ private:
boost::shared_ptr<ARDOUR::Route> _route;
RouteUI* _route_ui;
Gtk::Menu _menu;
std::list<boost::shared_ptr<ARDOUR::Bundle>> _menu_bundles;
std::list<boost::shared_ptr<ARDOUR::Bundle> > _menu_bundles;
PBD::ScopedConnectionList _connections;
};