remove some unnecessary and hard-to-compile-on-OSX debug stuff
[ardour.git] / libs / ardour / session_time.cc
index f7511b398d23dadb3ce2e2ec3546d38d4545eeb7..b39c9399b3253ed7b2b45ea56f0d99d4c17cdb68 100644 (file)
@@ -424,7 +424,7 @@ Session::timecode_time_subframes (nframes_t when, Timecode::Time& timecode)
 }
 
 void
-Session::timecode_duration (nframes_t when, Timecode::Time& timecode) const
+Session::timecode_duration (framecnt_t when, Timecode::Time& timecode) const
 {
        sample_to_timecode( when, timecode, false /* use_offset */, true /* use_subframes */ );
 }