Use labs() for long instead of abs()
[ardour.git] / gtk2_ardour / send_ui.h
index 9e07f969313327f7a860ebdab0f67222aebcf5c4..f760702d11822eccd387aba48e82123ac5d2c1ec 100644 (file)
@@ -42,8 +42,6 @@ class SendUI : public Gtk::HBox
        void update ();
        void fast_update ();
 
-       IOSelector* io;
-
        boost::shared_ptr<ARDOUR::Send>& send() { return _send; }
 
   private:
@@ -52,6 +50,7 @@ class SendUI : public Gtk::HBox
        PannerUI                        _panners;
        Gtk::VBox                       _vbox;
        Gtk::VBox                       _hbox;
+       IOSelector*                     _io;
 
        sigc::connection screen_update_connection;
        sigc::connection fast_screen_update_connection;