summaryrefslogtreecommitdiff
path: root/shared/custom_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/custom_button.h')
-rw-r--r--shared/custom_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/custom_button.h b/shared/custom_button.h
index 63875e42..4ebff73c 100644
--- a/shared/custom_button.h
+++ b/shared/custom_button.h
@@ -14,7 +14,7 @@
class wxButtonWithImage : public wxBitmapButton
{
public:
- wxButtonWithImage(wxWindow *parent,
+ wxButtonWithImage(wxWindow* parent,
wxWindowID id,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
bgstack15