X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=72b00ddeb4867065943d41b7ca41ad1295d632a8;hb=39029279954b1f346d3ba28ec12c58211bfa7436;hp=f95740255ea44ffe105860f76cc6669e3f69b1e4;hpb=ae9b0b509787d244366eb8f69bdf9d563b6c6bb6;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index f95740255..72b00ddeb 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -21,13 +21,14 @@ #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; + void clear (); void set_editable (bool);