diff options
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 36686273a..1110bc992 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -40,9 +40,9 @@ private: void setup_sensitivity (); wxTextCtrl* _name; + wxStaticText* _certificate_thumbprint; wxButton* _load_certificate; wxButton* _download_certificate; - wxTextCtrl* _certificate_text; boost::optional<dcp::Certificate> _certificate; }; |
