mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
many changes associated with rationalizing selection flow
This commit is contained in:
parent
2047ee527c
commit
da7d7f9502
33 changed files with 272 additions and 199 deletions
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
#include <set>
|
||||
|
||||
class RouteUI;
|
||||
class AxisView;
|
||||
|
||||
struct RouteUISelection : std::set<RouteUI*> {};
|
||||
struct AxisViewSelection : std::set<AxisView*> {};
|
||||
|
||||
#endif /* __ardour_gtk_route_ui_selection_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue