Accept float fps when getting timecodes from the Timecode control
[dcpomatic.git] / src / wx / timecode.h
index 31ddd111caec3aa17538122100dad3b42713389a..18508847b3af4e0b2f1ddf225f339c1afa7e7be5 100644 (file)
@@ -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 ());