diff options
Diffstat (limited to 'src/wx/playhead_to_timecode_dialog.h')
| -rw-r--r-- | src/wx/playhead_to_timecode_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/playhead_to_timecode_dialog.h b/src/wx/playhead_to_timecode_dialog.h index 226978582..15578cdbe 100644 --- a/src/wx/playhead_to_timecode_dialog.h +++ b/src/wx/playhead_to_timecode_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2016-2020 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -24,7 +24,7 @@ class PlayheadToTimecodeDialog : public TableDialog { public: - PlayheadToTimecodeDialog (wxWindow* parent, int fps); + PlayheadToTimecodeDialog (wxWindow* parent, dcpomatic::DCPTime time, int fps); dcpomatic::DCPTime get () const; |
