X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fcaaedd89f458b71a4ddc5c276bf061448e702d..2ad99bc1398db5a619b3682e90ad7a99485ae4c9:/src/msw/helpbest.cpp diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 37de613612..0efbdded53 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -32,7 +32,7 @@ #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 ) { @@ -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