X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fio_selector.h;h=a9810f2d7a3de1f5bd04469603b68b0c58c1f170;hb=d9fcab88f01f7ada6f52482f1ee60fc41c91235c;hp=bba42e919d82e710321e765ffd3ced849a2ec92e;hpb=5770f26bc9aea867d8fcd62c38ccef70291034aa;p=ardour.git diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h index bba42e919d..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); void set_state (ARDOUR::BundleChannel c[2], bool); @@ -34,7 +34,7 @@ class IOSelector : public PortMatrix std::string disassociation_verb () const; std::string channel_noun () const; - ARDOUR::Session* session() const { return _session; } + ARDOUR::Session* session() const { return _session; } uint32_t n_io_ports () const; boost::shared_ptr const io () { return _io; } @@ -53,7 +53,7 @@ class IOSelector : public PortMatrix return _other; } - private: +private: void setup_type (); void io_changed ();