X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ba80ec7ff939780e7103d0beee429db9ddb4430..8f7173abc4a901249df3ae13a91d3f19874ac269:/include/wx/generic/helphtml.h?ds=inline diff --git a/include/wx/generic/helphtml.h b/include/wx/generic/helphtml.h index 07da22b3c8..68bdd47de5 100644 --- a/include/wx/generic/helphtml.h +++ b/include/wx/generic/helphtml.h @@ -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: