summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-18 21:56:01 +0000
committerDavid Robillard <d@drobilla.net>2011-11-18 21:56:01 +0000
commit5770f26bc9aea867d8fcd62c38ccef70291034aa (patch)
tree6b06f8711b1fd28b7e8c1059cb62ca13cf0eea1a /gtk2_ardour/route_params_ui.h
parentcd4e803f60ef122b8b643478d43a7f1a9c46ae43 (diff)
Add ArdourWindow class for non-dialog windows.
Make IOSelector an ArdourWindow. It's debatable whether this one should actually be a window, cancel buttons might actually be useful on the IO selector. git-svn-id: svn://localhost/ardour2/branches/3.0@10691 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_params_ui.h')
-rw-r--r--gtk2_ardour/route_params_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h
index 0da47bd4d4..96cc6f0595 100644
--- a/gtk2_ardour/route_params_ui.h
+++ b/gtk2_ardour/route_params_ui.h
@@ -37,7 +37,6 @@
#include "ardour/ardour.h"
-#include "io_selector.h"
#include "ardour_dialog.h"
#include "processor_box.h"
#include "route_processor_selection.h"
@@ -54,6 +53,7 @@ namespace ARDOUR {
}
class PluginSelector;
+class IOSelector;
class RouteParams_UI : public ArdourDialog, public PBD::ScopedConnectionList
{