diff options
Diffstat (limited to 'src/wx/self_dkdm_dialog.h')
| -rw-r--r-- | src/wx/self_dkdm_dialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/self_dkdm_dialog.h b/src/wx/self_dkdm_dialog.h index 20c138c41..151231a00 100644 --- a/src/wx/self_dkdm_dialog.h +++ b/src/wx/self_dkdm_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,6 +18,7 @@ */ + #include "wx_util.h" #include "lib/warnings.h" #include <dcp/types.h> @@ -27,11 +28,13 @@ DCPOMATIC_ENABLE_WARNINGS #include <boost/date_time/posix_time/posix_time.hpp> #include <map> + class Film; class KDMCPLPanel; class wxDirPickerCtrl; class DirPickerCtrl; + class SelfDKDMDialog : public wxDialog { public: |
