X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.h;h=cf8d3da180dc14ab247911cd69ae1b3117ef69d7;hb=0242efb9802d7bcbde0701a7267972d4dbe5abb8;hp=3e110d230bb4c48bfa6e9fe16e8de939c12efb33;hpb=3e12c68dc0451e73b5bc1a84d1d70f4999f7b4b5;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 3e110d230..cf8d3da18 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -19,7 +19,7 @@ #include #include -#include +#include #include "table_dialog.h" class Progress; @@ -31,13 +31,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;