X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fcaaedd89f458b71a4ddc5c276bf061448e702d..b58a1455e15477cac9d335b5f7a2c3fc3111b342:/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