Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / wx / playhead_to_frame_dialog.h
index ab3898dea1f004e9f1bc717e26cae8d36ce00591..9b582ccf71c94b2c7465a5fa791fc9b3933d7cbd 100644 (file)
@@ -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 PlayheadToFrameDialog : public TableDialog
 {
 public:
-       PlayheadToFrameDialog (wxWindow* parent, int fps);
+       PlayheadToFrameDialog (wxWindow* parent, dcpomatic::DCPTime time, int fps);
 
        dcpomatic::DCPTime get () const;