From 91a95b086aa38477dc57f7ffc3466e38aa218d9f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 26 May 2016 10:46:28 -0400 Subject: initial sort-of-mostly-working integration of new Pane --- gtk2_ardour/route_params_ui.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/route_params_ui.h') diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h index 65bef26b52..ccdbf6c441 100644 --- a/gtk2_ardour/route_params_ui.h +++ b/gtk2_ardour/route_params_ui.h @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include @@ -37,6 +36,8 @@ #include "ardour/ardour.h" +#include + #include "ardour_window.h" #include "processor_box.h" #include "route_processor_selection.h" @@ -81,7 +82,7 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList Gtk::Notebook notebook; Gtk::Frame input_frame; Gtk::Frame output_frame; - Gtk::HPaned redir_hpane; + Gtkmm2ext::HPane redir_hpane; Gtk::Frame route_select_frame; @@ -90,9 +91,9 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList ProcessorBox* insert_box; - Gtk::HPaned list_hpane; + Gtkmm2ext::HPane list_hpane; - Gtk::HPaned right_hpane; + Gtkmm2ext::HPane right_hpane; Gtk::Frame route_choice_frame; -- cgit v1.2.3