Prefer testing the session instead of using a global variable
[ardour.git] / gtk2_ardour / sfdb_ui.h
index 6fa69f21a216bf1657a207fc13017d4ab3ae877a..a1ac98fd8abc5ae09d6abbacc8455e606d51f63e 100644 (file)
@@ -113,7 +113,7 @@ protected:
 
        PBD::ScopedConnectionList auditioner_connections;
        void audition_active(bool);
-       void audition_progress(ARDOUR::framecnt_t, ARDOUR::framecnt_t);
+       void audition_progress(ARDOUR::samplecnt_t, ARDOUR::samplecnt_t);
 
        void update_autoplay ();
        void autoplay_toggled ();