Timecode set() fps should be float.
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Nov 2014 14:27:16 +0000 (14:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Nov 2014 14:27:16 +0000 (14:27 +0000)
src/wx/timecode.h

index 7a34b80fec949eecf69eb06dec2bcab319404f80..1d1d6a7f530da0ee03d8732a322151fda7ee22cb 100644 (file)
@@ -61,7 +61,7 @@ public:
 
        }
 
-       void set (T t, int fps)
+       void set (T t, float fps)
        {
                int h;
                int m;