]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpchm.h
use focused bitmap as fallback for the hover one
[wxWidgets.git] / include / wx / msw / helpchm.h
index 4a9fd55a858a5aa038bfe58a245fd72bf66d2e8a..72afc643dc2fb06618f30b97846fa56695de322e 100644 (file)
@@ -19,7 +19,7 @@
 class WXDLLEXPORT wxCHMHelpController : public wxHelpControllerBase
 {
 public:
 class WXDLLEXPORT wxCHMHelpController : public wxHelpControllerBase
 {
 public:
-    wxCHMHelpController() { }
+    wxCHMHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) { }
     virtual ~wxCHMHelpController();
 
     // Must call this to set the filename
     virtual ~wxCHMHelpController();
 
     // Must call this to set the filename