export: add support for CAF
[ardour.git] / libs / ardour / ardour / internal_return.h
index c7fe04cc4229a9072609e9929fbf96f96c420cf9..4d2b32f0310a2ca788fdba38f4b0f5956db1de06 100644 (file)
@@ -39,7 +39,7 @@ class InternalReturn : public Return
 
        void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool);
        bool configure_io (ChanCount, ChanCount);
-       bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
+       bool can_support_io_configuration (const ChanCount& in, ChanCount& out);
 
        void add_send (InternalSend *);
        void remove_send (InternalSend *);