]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helphtml.h
More wxFileDialog things
[wxWidgets.git] / include / wx / generic / helphtml.h
index 07da22b3c883be34559d0b04ff169de6a15f44ee..68bdd47de529f547ace43945e33074c99f4548dd 100644 (file)
@@ -16,6 +16,7 @@
 #endif
 
 #include "wx/helpbase.h"
+#include "wx/frame.h"
 
 /// Name for map file.
 #define WXEXTHELP_MAPFILE   "wxhelp.map"
@@ -132,7 +133,7 @@ DECLARE_ABSTRACT_CLASS(wxHTMLHelpControllerBase)
                                    wxPoint *pos = NULL,
                                    bool *newFrameEachTime = NULL)
       {
-         return NULL;// does nothing by default
+         return (wxFrame*) NULL;// does nothing by default
       }
 
  protected: