Updated zh_CN translation from Danbo Song.
[dcpomatic.git] / src / wx / playhead_to_frame_dialog.h
index ab3898dea1f004e9f1bc717e26cae8d36ce00591..5b4d8d4134f40ed0b4891a9430d7bf661b0dbaef 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.
 
 
 */
 
+
 #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);
 
        dcpomatic::DCPTime get () const;