diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-26 16:43:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-26 16:43:34 +0000 |
| commit | 41b7a04cf3dedaa93aaf3c050db7a693281417f7 (patch) | |
| tree | 9d5a2bf36e65dea84f105d5c96e705474020cf26 /src/wx/screen_dialog.h | |
| parent | 5dc5a43bf61847cf863b29ef47d0046a9d4fdef0 (diff) | |
Cleanup of various dialogs by inherting TableDialog.
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> ()); |
