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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/download_certificate_dialog.h b/src/wx/download_certificate_dialog.h
index 11f1afe42..d88174922 100644
--- a/src/wx/download_certificate_dialog.h
+++ b/src/wx/download_certificate_dialog.h
@@ -23,12 +23,12 @@
#include <wx/wx.h>
#include <boost/function.hpp>
#include <boost/filesystem.hpp>
+#include "table_dialog.h"
-class DownloadCertificateDialog : public wxDialog
+class DownloadCertificateDialog : public TableDialog
{
public:
DownloadCertificateDialog (wxWindow *, boost::function<void (boost::filesystem::path)>);
- virtual void setup () {}
protected:
void add_common_widgets ();