summaryrefslogtreecommitdiff
path: root/src/wx/screen_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/screen_dialog.h')
-rw-r--r--src/wx/screen_dialog.h4
1 files changed, 2 insertions, 2 deletions
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<dcp::Certificate> 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;