summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h2
1 files changed, 1 insertions, 1 deletions
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 ());