compilation fix for !wxUSE_HELP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-09-30 22:20:35 +00:00
parent c7b3563e24
commit 56029a746e

View File

@@ -17,10 +17,10 @@
#endif
#include "wx/defs.h"
#include "wx/help.h"
#if wxUSE_HELP
#include "wx/help.h"
#include "wx/bmpbuttn.h"
// ----------------------------------------------------------------------------
@@ -78,8 +78,6 @@ private:
DECLARE_EVENT_TABLE()
};
#endif // wxUSE_HELP
// ----------------------------------------------------------------------------
// classes used to implement context help support
// ----------------------------------------------------------------------------
@@ -177,5 +175,7 @@ protected:
// Convenience function for turning context id into wxString
WXDLLEXPORT wxString wxContextId(int id);
#endif // wxUSE_HELP
#endif // _WX_CSHELPH__