summaryrefslogtreecommitdiff
path: root/shared/custom_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/custom_button.cpp')
-rw-r--r--shared/custom_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/custom_button.cpp b/shared/custom_button.cpp
index ea473fc2..de057dc5 100644
--- a/shared/custom_button.cpp
+++ b/shared/custom_button.cpp
@@ -10,7 +10,7 @@
#include <algorithm>
-wxButtonWithImage::wxButtonWithImage(wxWindow *parent,
+wxButtonWithImage::wxButtonWithImage(wxWindow* parent,
wxWindowID id,
const wxString& label,
const wxPoint& pos,
bgstack15