From c0cdb2ad99a1e2a6ade5ce76c91177a79258e669 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:10:11 +0200 Subject: 3.14 --- shared/custom_button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/custom_button.h') 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, -- cgit