X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayhead_to_frame_dialog.h;h=9b582ccf71c94b2c7465a5fa791fc9b3933d7cbd;hb=e72a69ac2ebf24df05ba4b6de65bfa338a58b0ec;hp=b6a902a55227f10506e66fd830e961ec3c1e9fc9;hpb=ee37079f77166aaa309ffe7b3475b4f79f88eaa8;p=dcpomatic.git diff --git a/src/wx/playhead_to_frame_dialog.h b/src/wx/playhead_to_frame_dialog.h index b6a902a55..9b582ccf7 100644 --- a/src/wx/playhead_to_frame_dialog.h +++ b/src/wx/playhead_to_frame_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -24,9 +24,9 @@ class PlayheadToFrameDialog : public TableDialog { public: - PlayheadToFrameDialog (wxWindow* parent, int fps); + PlayheadToFrameDialog (wxWindow* parent, dcpomatic::DCPTime time, int fps); - DCPTime get () const; + dcpomatic::DCPTime get () const; private: wxTextCtrl* _frame;