X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.h;h=69d0fff81b7f7e29da6a11310bfae1245ceef8c6;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=3e110d230bb4c48bfa6e9fe16e8de939c12efb33;hpb=04eebe07e2f64bd15f6887a10ab51fb92c52901a;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 3e110d230..69d0fff81 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -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;