Small cleanup: add constructor to InterThreadInfo.
[ardour.git] / libs / ardour / ardour / butler.h
index e9e832783beda09e3653df92a87755df57383edc..e3760a8c530d50d2b03ada693b5e8395d0b5a60a 100644 (file)
@@ -49,6 +49,7 @@ class Butler : public SessionHandleRef
        void stop();
        void wait_until_finished();
        bool transport_work_requested() const;
+       void drop_references ();
 
        float read_data_rate() const; ///< in usec
        float write_data_rate() const;