X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=b13e8c3c084b9c35514e805f59e752927fe46ae1;hb=5ea52a08f45b0cb8b8fe7221244cdcdeeaca0ed7;hp=6a8bf03df3d19a33206b68098bb9790e34a0345b;hpb=e0c59417c6a52dbd853114fbc0f88c6d8c1dd276;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 6a8bf03df..b13e8c3c0 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -21,10 +21,10 @@ #include #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; @@ -40,7 +40,6 @@ private: wxSizer* _sizer; wxPanel* _editable; wxTextCtrl* _hours; - wxStaticText* _hours_label; wxTextCtrl* _minutes; wxTextCtrl* _seconds; wxTextCtrl* _frames;