summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 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;