diff options
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index 44e3cf02..f40860d7 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -45,7 +45,7 @@ public: * @param frames_per_second Frames per second. * @param tcr Timecode rate. */ - Time (int frame, int frames_per_second, int tcr); + Time (int frame, double frames_per_second, int tcr); /** Construct a Time from hours, minutes, seconds, editable units and a timecode rate. * @param h_ Hours. |
