]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpbest.cpp
compilation fix (for !PCH)
[wxWidgets.git] / src / msw / helpbest.cpp
index 37de613612b907a02c41a5d5277d7b60db789541..0efbdded53ef98cd229980aa13f12c80a74645fb 100644 (file)
@@ -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