Rename SearchPath class Searchpath
[ardour.git] / libs / ardour / test / midi_clock_slave_test.h
index 4b3572a61319d4b7dbe6389726240ec872fd3cb0..56bda2ba58a91ee8bbb1e4750fbc2c51e44811cf 100644 (file)
@@ -66,7 +66,7 @@ class TestSlaveSessionProxy : public ISlaveSessionProxy {
        framepos_t audible_frame ()            const { return _transport_frame; }
        framepos_t transport_frame ()          const { return _transport_frame; }
        pframes_t  frames_since_cycle_start () const { return 0; }
-       framecnt_t frame_time ()               const { return _frame_time; }
+       framepos_t frame_time ()               const { return _frame_time; }
 
        void request_locate (framepos_t frame, bool with_roll = false) { 
           _transport_frame = frame;