summaryrefslogtreecommitdiff
path: root/src/wx/download_certificate_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/download_certificate_panel.h')
-rw-r--r--src/wx/download_certificate_panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/download_certificate_panel.h b/src/wx/download_certificate_panel.h
index dee76c435..f10b42b00 100644
--- a/src/wx/download_certificate_panel.h
+++ b/src/wx/download_certificate_panel.h
@@ -37,7 +37,8 @@ public:
virtual bool ready_to_download () const;
void download ();
- boost::optional<std::string> load (boost::filesystem::path);
+ boost::optional<std::string> load_certificate (boost::filesystem::path);
+ boost::optional<std::string> load_certificate_from_chain (boost::filesystem::path);
boost::optional<dcp::Certificate> certificate () const;
protected: