X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77436c4cbac2269e564dc4fcf4494a58feca0af4..038072e2f1eaf2bf32d748a71234d767ebba8919:/src/generic/wizard.cpp 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 ; }