X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=72b00ddeb4867065943d41b7ca41ad1295d632a8;hb=cc27c2716f755305d67f1e1ba828ecf37f8405dd;hp=880b44a31be8754ca54634e542d9e739e328b745;hpb=2026bfd81dbc8975e127e92c5395e996c2d1462b;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 880b44a31..72b00ddeb 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -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);