X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fscreen_dialog.h;h=66f3f422f186ec05a1d6fb6a18c55f172183337e;hb=2cbaf12dc99f55903a989736f2a9ce2db695028a;hp=3e110d230bb4c48bfa6e9fe16e8de939c12efb33;hpb=5e4f001bf32e3cdf65efa34803d70e6c1c00c66b;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 3e110d230..66f3f422f 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -17,10 +17,11 @@ */ +#include "table_dialog.h" +#include #include #include -#include -#include "table_dialog.h" +#include class Progress; @@ -31,13 +32,13 @@ public: std::string name () const; boost::optional certificate () const; - + private: void select_certificate (); void load_certificate (boost::filesystem::path); void download_certificate (); void setup_sensitivity (); - + wxTextCtrl* _name; wxChoice* _manufacturer; wxButton* _load_certificate;