summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_ui_selection.h')
-rw-r--r--gtk2_ardour/route_ui_selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_ui_selection.h b/gtk2_ardour/route_ui_selection.h
index b26e1c6f54..03935aab7b 100644
--- a/gtk2_ardour/route_ui_selection.h
+++ b/gtk2_ardour/route_ui_selection.h
@@ -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__ */