X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fio_selector.h;h=e44fd8aa83de1322f1a6d5121abd219d99f728e3;hb=32869e2c31888ca7a1af56391ab1e3cebf374da9;hp=c3500f1a1da66c8372c75e221e717e517889d351;hpb=1ba9060c44c6240256b533c3700ac1c6bf74f30f;p=ardour.git diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h index c3500f1a1d..e44fd8aa83 100644 --- a/gtk2_ardour/io_selector.h +++ b/gtk2_ardour/io_selector.h @@ -21,6 +21,7 @@ #define __gtkardour_io_selector_h__ #include "port_matrix.h" +#include "ardour_dialog.h" class IOSelector : public PortMatrix { @@ -57,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; @@ -66,7 +67,7 @@ class IOSelector : public PortMatrix PBD::ScopedConnection _io_connection; }; -class IOSelectorWindow : public Gtk::Window +class IOSelectorWindow : public ArdourDialog { public: IOSelectorWindow (ARDOUR::Session *, boost::shared_ptr, bool can_cancel = false);