diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-20 14:27:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-20 14:27:16 +0000 |
| commit | 181ed01647b4326026e55e26d300d946fbc1a99f (patch) | |
| tree | 517a9da1e9b13c12a5ef6c31d104834160e312b8 /src/wx/timecode.h | |
| parent | 35f809304adf97baf87028de416d617c871f4e1b (diff) | |
Timecode set() fps should be float.
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
