the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X...
[ardour.git] / libs / ardour / ardour / click.h
index 8488df47a66a7cb6f64655bbb5ac89e206a509f5..2f174ab4721df6bae021394e69863ed4fdec317e 100644 (file)
@@ -27,7 +27,7 @@ namespace ARDOUR {
 class ClickIO : public IO
 {
 public:
-       ClickIO (Session& s, const std::string& name) : IO (s, name) {}
+       ClickIO (Session& s, const std::string& name) : IO (s, name, IO::Output) {}
        ~ClickIO() {}
 
 protected: