X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fio_selector.h;h=bba42e919d82e710321e765ffd3ced849a2ec92e;hb=d7deaa21bb78222e25b820c9583942a47dbc8fac;hp=bb103d0d5d5e4da046308787a167fa019e76aa65;hpb=b800dc207ddc2cad32f96189e9700bc70e9b5942;p=ardour.git diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h index bb103d0d5d..bba42e919d 100644 --- a/gtk2_ardour/io_selector.h +++ b/gtk2_ardour/io_selector.h @@ -21,7 +21,7 @@ #define __gtkardour_io_selector_h__ #include "port_matrix.h" -#include "ardour_dialog.h" +#include "ardour_window.h" class IOSelector : public PortMatrix { @@ -58,7 +58,7 @@ class IOSelector : public PortMatrix void setup_type (); void io_changed (); void io_changed_proxy (); - + int _other; int _ours; boost::shared_ptr _io; @@ -67,7 +67,7 @@ class IOSelector : public PortMatrix PBD::ScopedConnection _io_connection; }; -class IOSelectorWindow : public ArdourDialog +class IOSelectorWindow : public ArdourWindow { public: IOSelectorWindow (ARDOUR::Session *, boost::shared_ptr, bool can_cancel = false);