Merge master.
[dcpomatic.git] / src / wx / timecode.h
index 880b44a31be8754ca54634e542d9e739e328b745..72b00ddeb4867065943d41b7ca41ad1295d632a8 100644 (file)
@@ -26,8 +26,9 @@ class Timecode : public wxPanel
 public:
        Timecode (wxWindow *);
 
-       void set (Time, int);
-       Time get (int) const;
+       void set (DCPTime, int);
+       DCPTime get (int) const;
+       void clear ();
 
        void set_editable (bool);