X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayhead_to_frame_dialog.h;h=5b4d8d4134f40ed0b4891a9430d7bf661b0dbaef;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;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..5b4d8d413 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. @@ -18,15 +18,17 @@ */ + #include "table_dialog.h" #include "timecode.h" + 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;