diff --git a/src/msw/progdlg.cpp b/src/msw/progdlg.cpp index b86f98986b..425e2a8cf8 100644 --- a/src/msw/progdlg.cpp +++ b/src/msw/progdlg.cpp @@ -561,7 +561,7 @@ void wxProgressDialog::SetTitle(const wxString& title) } #endif // wxHAS_MSW_TASKDIALOG - return wxGenericProgressDialog::SetTitle(title); + wxGenericProgressDialog::SetTitle(title); } wxString wxProgressDialog::GetTitle() const