diff options
Diffstat (limited to 'src/wx/move_to_dialog.h')
| -rw-r--r-- | src/wx/move_to_dialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/move_to_dialog.h b/src/wx/move_to_dialog.h index 61520a71f..16267bc9b 100644 --- a/src/wx/move_to_dialog.h +++ b/src/wx/move_to_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,13 +18,16 @@ */ + #include "table_dialog.h" #include "lib/dcpomatic_time.h" #include <boost/optional.hpp> + class Film; class wxSpinCtrl; + class MoveToDialog : public TableDialog { public: |
