00cc8646894f6519d1e2726f3e7a4fbc1e11d8f3 from master; make the config dialog update...
[dcpomatic.git] / src / wx / timecode.h
index 7a34b80fec949eecf69eb06dec2bcab319404f80..1e66b8d94554220fee97cb963f9917477d01ccde 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -37,6 +37,8 @@ public:
 
        boost::signals2::signal<void ()> Changed;
 
+       static wxSize size (wxWindow* parent);
+
 protected:
        void changed ();
        void set_clicked ();
@@ -61,7 +63,7 @@ public:
 
        }
 
-       void set (T t, int fps)
+       void set (T t, float fps)
        {
                int h;
                int m;