summaryrefslogtreecommitdiff
path: root/src/wx/dkdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dkdm_dialog.h')
-rw-r--r--src/wx/dkdm_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h
index fb3dbf903..4a47d961f 100644
--- a/src/wx/dkdm_dialog.h
+++ b/src/wx/dkdm_dialog.h
@@ -30,6 +30,7 @@ LIBDCP_ENABLE_WARNINGS
class DKDMOutputPanel;
class Film;
class KDMCPLPanel;
+class KDMTimingPanel;
class RecipientsPanel;
class ScreensPanel;
struct CPLSummary;
@@ -47,6 +48,7 @@ private:
std::weak_ptr<const Film> _film;
RecipientsPanel* _recipients;
+ KDMTimingPanel* _timing;
KDMCPLPanel* _cpl;
DKDMOutputPanel* _output;
wxButton* _make;