X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=b13e8c3c084b9c35514e805f59e752927fe46ae1;hb=e6c67f4aac2ca9afc275b6f13058e1e46f2cecc3;hp=5b094e39f0c2c3cf6d67d36eba70a804acf73017;hpb=e241b3d295fe4158239170f17391e08473e159c5;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 5b094e39f..b13e8c3c0 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -26,8 +26,8 @@ class Timecode : public wxPanel public: Timecode (wxWindow *); - void set (Time, int); - Time get (int) const; + void set (DCPTime, int); + DCPTime get (int) const; void set_editable (bool); @@ -40,7 +40,6 @@ private: wxSizer* _sizer; wxPanel* _editable; wxTextCtrl* _hours; - wxStaticText* _hours_label; wxTextCtrl* _minutes; wxTextCtrl* _seconds; wxTextCtrl* _frames;