X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c34bed1413be4972d22a622d1369d6d61e8433c9..e7300ec6d9ebbd1cfa2fcf12c0ce6e5aee85a152:/src/msw/helpbest.cpp diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 3c8df8327a..01667e799c 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -25,6 +25,7 @@ #endif #include "wx/filefn.h" +#include "wx/log.h" #if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) && wxUSE_WXHTML_HELP #include "wx/msw/helpchm.h" @@ -93,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