X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c34bed1413be4972d22a622d1369d6d61e8433c9..678d3dd2420395435caa88df52262ebb17a14b64:/src/msw/helpbest.cpp diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 3c8df8327a..0efbdded53 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -25,13 +25,14 @@ #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" #include "wx/html/helpctrl.h" #include "wx/msw/helpbest.h" -IMPLEMENT_DYNAMIC_CLASS( wxBestHelpController, wxHelpControllerBase ); +IMPLEMENT_DYNAMIC_CLASS( wxBestHelpController, wxHelpControllerBase ) bool wxBestHelpController::Initialize( const wxString& filename ) { @@ -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