summaryrefslogtreecommitdiff
path: root/src/wx/html_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-12 13:31:18 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-12 13:31:18 +0200
commit4c40fb424172e59ffc970d55bcc9af072bb50178 (patch)
treea6a8bd618a29f009c2b632bd73878d82a681e018 /src/wx/html_dialog.h
parent4602251b91930a34135d30bb8b9a39ade43b0eed (diff)
White space: html_dialog.{cc,h}
Diffstat (limited to 'src/wx/html_dialog.h')
-rw-r--r--src/wx/html_dialog.h4
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);
};