X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77436c4cbac2269e564dc4fcf4494a58feca0af4..5a8f04e382a2b5ebeb50e8719889910f813b9d11:/src/generic/wizard.cpp?ds=inline diff --git a/src/generic/wizard.cpp b/src/generic/wizard.cpp index c3a9ab8cdd..a81c20a7aa 100644 --- a/src/generic/wizard.cpp +++ b/src/generic/wizard.cpp @@ -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 ; }