summaryrefslogtreecommitdiff
path: root/src/wx/html_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/html_dialog.h')
-rw-r--r--src/wx/html_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h
index 1792d86ed..c5a538a5c 100644
--- a/src/wx/html_dialog.h
+++ b/src/wx/html_dialog.h
@@ -31,7 +31,7 @@ class wxHtmlLinkEvent;
class HTMLDialog : public wxDialog
{
public:
- HTMLDialog (wxWindow* parent, wxString title, wxString html);
+ HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok = false);
private:
void link_clicked (wxHtmlLinkEvent& ev);