Merge remote-tracking branch 'origin/master' into 2.0
[dcpomatic.git] / src / wx / timecode.h
index f95740255ea44ffe105860f76cc6669e3f69b1e4..72b00ddeb4867065943d41b7ca41ad1295d632a8 100644 (file)
 #include <wx/wx.h>
 #include "lib/types.h"
 
-class DCPTimecode : public wxPanel
+class Timecode : public wxPanel
 {
 public:
-       DCPTimecode (wxWindow *);
+       Timecode (wxWindow *);
 
        void set (DCPTime, int);
        DCPTime get (int) const;
+       void clear ();
 
        void set_editable (bool);