Remove all use of nframes_t.
[ardour.git] / libs / ardour / midi_clock_slave.cc
index f6fe0d0930fcb9a227eb898cc608632e153385ed..5dfd63fe1a65afc5896a96d0989a3a203bfc6b13 100644 (file)
@@ -355,10 +355,10 @@ MIDIClock_Slave::speed_and_position (double& speed, framepos_t& pos)
        return true;
 }
 
-ARDOUR::nframes_t
+ARDOUR::framecnt_t
 MIDIClock_Slave::resolution() const
 {
        // one beat
-       return (nframes_t) one_ppqn_in_frames * ppqn;
+       return (framecnt_t) one_ppqn_in_frames * ppqn;
 }