summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index fe47f28bca..a9810f2d7a 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -25,7 +25,7 @@
class IOSelector : public PortMatrix
{
- public:
+public:
IOSelector (Gtk::Window*, ARDOUR::Session *, boost::shared_ptr<ARDOUR::IO>);
void set_state (ARDOUR::BundleChannel c[2], bool);
@@ -53,7 +53,7 @@ class IOSelector : public PortMatrix
return _other;
}
- private:
+private:
void setup_type ();
void io_changed ();