X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=b13e8c3c084b9c35514e805f59e752927fe46ae1;hb=308488324dbc4d8b709d3fb1dc9fee0479346c21;hp=f95740255ea44ffe105860f76cc6669e3f69b1e4;hpb=b8fb440b93ff5ee835249204bd5642cf95a4ac99;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index f95740255..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;