Merge master.
[dcpomatic.git] / src / wx / timecode.h
index f95740255ea44ffe105860f76cc6669e3f69b1e4..b13e8c3c084b9c35514e805f59e752927fe46ae1 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;