OSC: no op, white space cleanup
[ardour.git] / gtk2_ardour / io_selector.h
index c3500f1a1da66c8372c75e221e717e517889d351..bba42e919d82e710321e765ffd3ced849a2ec92e 100644 (file)
@@ -21,6 +21,7 @@
 #define __gtkardour_io_selector_h__
 
 #include "port_matrix.h"
+#include "ardour_window.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<ARDOUR::IO> _io;
@@ -66,7 +67,7 @@ class IOSelector : public PortMatrix
        PBD::ScopedConnection _io_connection;
 };
 
-class IOSelectorWindow : public Gtk::Window
+class IOSelectorWindow : public ArdourWindow
 {
   public:
        IOSelectorWindow (ARDOUR::Session *, boost::shared_ptr<ARDOUR::IO>, bool can_cancel = false);