diff options
Diffstat (limited to 'src/wx/download_certificate_panel.h')
| -rw-r--r-- | src/wx/download_certificate_panel.h | 2 |
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 (); |
