From 0b80f3391bac836209dfa52144a4178f51f734f1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 13 Nov 2012 02:00:45 +0000 Subject: complete r13404 - use double for timecode fps. git-svn-id: svn://localhost/ardour2/branches/3.0@13471 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 9a1507831c..5e25aaf508 100644 --- a/libs/ardour/session_time.cc +++ b/libs/ardour/session_time.cc @@ -51,7 +51,7 @@ Session::bbt_time (framepos_t when, Timecode::BBT_Time& bbt) /* Timecode TIME */ -float +double Session::timecode_frames_per_second() const { return Timecode::timecode_to_frames_per_second (config.get_timecode_format()); -- cgit v1.2.3