summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-09-29 13:34:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-09-29 13:34:35 +0000
commite8869b28a26ce77abf5090ab9b7163afc004bffd (patch)
tree1bd981017ea715833ce46ae308094e8f2b0c1969 /gtk2_ardour/io_selector.h
parent474f8bc37623f48f7e69dff57aee233c99f6d07c (diff)
subtle but important changes to IO Selector widgets etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@3830 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index 92a112dc1d..c31354a5a7 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -38,10 +38,9 @@ class IOSelector : public PortMatrix {
std::string row_descriptor () const;
private:
-
- void ports_changed (ARDOUR::IOChange, void*);
-
boost::shared_ptr<ARDOUR::IO> _io;
+
+ void ports_changed (ARDOUR::IOChange, void*);
};
class IOSelectorWindow : public ArdourDialog
@@ -60,6 +59,7 @@ class IOSelectorWindow : public ArdourDialog
/* overall operation buttons */
+ Gtk::Button add_button;
Gtk::Button ok_button;
Gtk::Button cancel_button;
Gtk::Button rescan_button;