summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-07 22:24:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-07 22:24:00 +0000
commit93c2af8c9e3b660731e0b73a23a827aadb75c5fd (patch)
treed52cdb50c2c034bac0452e4bcbec5d2d21f0868d /gtk2_ardour/io_selector.h
parent599b18f95063b1c44056c427cc9369d3a59ebb4e (diff)
revert last fix - its not relevant to 3.0 (yet)
git-svn-id: svn://localhost/ardour2/branches/3.0@3883 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index e2c749935f..57c6e6db86 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -27,7 +27,7 @@ class IOSelector : public PortMatrix {
public:
IOSelector (ARDOUR::Session&, boost::shared_ptr<ARDOUR::IO>, bool);
- void set_state (int, std::string const &, bool);
+ void set_state (int, std::string const &, bool, uint32_t);
bool get_state (int, std::string const &) const;
uint32_t n_rows () const;
uint32_t maximum_rows () const;