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 55594c74c..dee76c435 100644 --- a/src/wx/download_certificate_panel.h +++ b/src/wx/download_certificate_panel.h @@ -37,7 +37,7 @@ public: virtual bool ready_to_download () const; void download (); - void load (boost::filesystem::path); + boost::optional<std::string> load (boost::filesystem::path); boost::optional<dcp::Certificate> certificate () const; protected: |
