diff options
Diffstat (limited to 'src/wx/html_dialog.h')
| -rw-r--r-- | src/wx/html_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h index c5a538a5c..46feba3eb 100644 --- a/src/wx/html_dialog.h +++ b/src/wx/html_dialog.h @@ -32,6 +32,7 @@ class HTMLDialog : public wxDialog { public: HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok = false); + ~HTMLDialog(); private: void link_clicked (wxHtmlLinkEvent& ev); |
