X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fwx_util.cc;h=5acc2d6cd1781b9585a8e7b1d44ca430df73247b;hp=c05a271f7bfbfa6c8095b6eefcfe01db5c570618;hb=75cb27e8fc24c1b526802289dbddd67127142379;hpb=df16b07cb1802c8f4485d75db3b2dec67521e599 diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index c05a271f7..5acc2d6cd 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -332,7 +332,7 @@ context_translation (wxString s) } wxString -time_to_timecode (DCPTime t, float fps) +time_to_timecode (DCPTime t, double fps) { double w = t.seconds (); int const h = (w / 3600);