X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;h=b13e8c3c084b9c35514e805f59e752927fe46ae1;hb=e8204f55c981493b99814f71a50b3c3d62601032;hp=880b44a31be8754ca54634e542d9e739e328b745;hpb=e28def57ff4591f02ca3585a506ea58fbeba5d46;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 880b44a31..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);