warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bcb7cc7693
commit
a8973b121d
@ -204,7 +204,7 @@ void wxWizard::DoCreateControls()
|
||||
x -= sizeBtn.x;
|
||||
x -= BUTTON_MARGIN ;
|
||||
|
||||
(void*) new wxButton(this, wxID_HELP, _("&Help"), wxPoint(x, y), sizeBtn);
|
||||
(void)new wxButton(this, wxID_HELP, _("&Help"), wxPoint(x, y), sizeBtn);
|
||||
x += sizeBtn.x;
|
||||
x += BUTTON_MARGIN ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user