summaryrefslogtreecommitdiff
path: root/src/wx/download_certificate_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/download_certificate_dialog.h')
-rw-r--r--src/wx/download_certificate_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/download_certificate_dialog.h b/src/wx/download_certificate_dialog.h
index 40e11de45..85d8f15ab 100644
--- a/src/wx/download_certificate_dialog.h
+++ b/src/wx/download_certificate_dialog.h
@@ -33,7 +33,7 @@ public:
protected:
void add_common_widgets ();
void downloaded (bool done);
-
+
boost::function<void (boost::filesystem::path)> _load;
wxStaticText* _message;
wxButton* _download;