From 1cb36f5a81d806132b366aeabd5c6da2bbbcf7e0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Nov 2010 20:37:46 +0000 Subject: Add column headings and length field to export timespan selector. Fixes #3518. git-svn-id: svn://localhost/ardour2/branches/3.0@7968 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_time.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_time.cc') diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc index f7511b398d..b39c9399b3 100644 --- a/libs/ardour/session_time.cc +++ b/libs/ardour/session_time.cc @@ -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 */ ); } -- cgit v1.2.3