warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-08-17 17:52:02 +00:00
parent bcb7cc7693
commit a8973b121d

View File

@ -204,7 +204,7 @@ void wxWizard::DoCreateControls()
x -= sizeBtn.x; x -= sizeBtn.x;
x -= BUTTON_MARGIN ; 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 += sizeBtn.x;
x += BUTTON_MARGIN ; x += BUTTON_MARGIN ;
} }