Update dialog layout fixes.
[dcpomatic.git] / src / wx / playhead_to_frame_dialog.h
index b6a902a55227f10506e66fd830e961ec3c1e9fc9..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,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;