summaryrefslogtreecommitdiff
path: root/src/wx/download_certificate_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-15 18:59:04 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-15 18:59:04 +0000
commitf87c2a2b16517a015ac2f52f2cdeb99d6da9d5f6 (patch)
tree4b88829f2800d1a655d756825c3a3545a5a121f5 /src/wx/download_certificate_panel.h
parent1a14ae26a73489ae8990bfda1a432d229c3bb2d5 (diff)
Display thumbprint rather than whole certificate in screen dialogue.
Diffstat (limited to 'src/wx/download_certificate_panel.h')
-rw-r--r--src/wx/download_certificate_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/download_certificate_panel.h b/src/wx/download_certificate_panel.h
index 850236128..6f3c329b5 100644
--- a/src/wx/download_certificate_panel.h
+++ b/src/wx/download_certificate_panel.h
@@ -37,7 +37,7 @@ public:
virtual void download (wxStaticText* message) = 0;
void load (boost::filesystem::path);
- dcp::Certificate certificate () const;
+ boost::optional<dcp::Certificate> certificate () const;
protected:
void layout ();