X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=18508847b3af4e0b2f1ddf225f339c1afa7e7be5;hb=86102d30bf0aad89115bbeb3d8aaa2a27a0aa432;hp=31ddd111caec3aa17538122100dad3b42713389a;hpb=fab7fa5a9ef1d069c7ca32e3669d0e37e896250c;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 31ddd111c..18508847b 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -81,7 +81,7 @@ public: checked_set (_fixed, t.timecode (fps)); } - T get (int fps) const + T get (float fps) const { T t; std::string const h = wx_to_std (_hours->GetValue ());