X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fcaaedd89f458b71a4ddc5c276bf061448e702d..e7300ec6d9ebbd1cfa2fcf12c0ce6e5aee85a152:/src/msw/helpbest.cpp diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 37de613612..01667e799c 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -94,8 +94,9 @@ wxString wxBestHelpController::GetValidFilename( const wxString& filename ) cons default: // we CAN'T get here wxFAIL_MSG( wxT("wxBestHelpController: Must call Initialize, first!") ); - return wxEmptyString; } + + return wxEmptyString; } #endif