From: Karsten Ballüder Date: Mon, 19 Jul 1999 09:22:37 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/baa9caff7e78284b251df3ad7ec0cf0c096ed88c?ds=inline compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/help.h b/include/wx/help.h index 3c7cd47280..3e2ad36dea 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/generic/helpbase.h" #endif // MSW/!MSW #endif