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