undo the hiding of SR-dependent LV2 ports
[ardour.git] / libs / ardour / internal_send.cc
index 26631d0fadc031e9998fa274f492d11e1b09bae1..029a46ce53136cc93e91d19b4c0a3c28fc1f998c 100644 (file)
@@ -284,7 +284,7 @@ InternalSend::connect_when_legal ()
 }
 
 bool
-InternalSend::can_support_io_configuration (const ChanCount& in, ChanCount& out) const
+InternalSend::can_support_io_configuration (const ChanCount& in, ChanCount& out)
 {
        out = in;
        return true;