From: Carl Hetherington Date: Thu, 20 Nov 2014 14:27:16 +0000 (+0000) Subject: Timecode set() fps should be float. X-Git-Tag: v2.0.48~475 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=181ed01647b4326026e55e26d300d946fbc1a99f;p=dcpomatic.git Timecode set() fps should be float. --- diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 7a34b80fe..1d1d6a7f5 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -61,7 +61,7 @@ public: } - void set (T t, int fps) + void set (T t, float fps) { int h; int m;