Fix mismatched types (warnings).
[ardour.git] / gtk2_ardour / io_selector.h
index e2c749935f43b5bde951e1ebc22d67214b8e7129..57c6e6db86c3238804248af0571385860d527f22 100644 (file)
@@ -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;