X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..4c0a2c5c3eb089b70bcbe05325f1043b49358f13:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 3c7cd47280..98f7cee571 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -9,10 +9,7 @@ #define wxHelpController wxWinHelpController #define sm_classwxHelpController sm_classwxWinHelpController #else // !MSW - #include "wx/generic/helpext.h" - - #define wxHelpController wxExtHelpController - #define sm_classwxHelpController sm_classwxExtHelpController + #include "wx/helpbase.h" #endif // MSW/!MSW #endif