diff options
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 385707ea8..3601a8f6c 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -20,10 +20,11 @@ #include <wx/wx.h> #include <boost/shared_ptr.hpp> #include <libdcp/certificates.h> +#include "table_dialog.h" class Progress; -class ScreenDialog : public wxDialog +class ScreenDialog : public TableDialog { public: ScreenDialog (wxWindow *, std::string, std::string name = "", boost::shared_ptr<libdcp::Certificate> c = boost::shared_ptr<libdcp::Certificate> ()); |
