X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..87d77923a6b62816336e53abd4217a119f14675d:/include/wx/cshelp.h diff --git a/include/wx/cshelp.h b/include/wx/cshelp.h index 4b0b75c53b..ecad164325 100644 --- a/include/wx/cshelp.h +++ b/include/wx/cshelp.h @@ -21,7 +21,10 @@ #if wxUSE_HELP #include "wx/help.h" + +#if wxUSE_BMPBUTTON #include "wx/bmpbuttn.h" +#endif // ---------------------------------------------------------------------------- // classes used to implement context help UI @@ -56,6 +59,7 @@ private: DECLARE_DYNAMIC_CLASS(wxContextHelp) }; +#if wxUSE_BMPBUTTON /* * wxContextHelpButton * You can add this to your dialogs (especially on non-Windows platforms) @@ -78,6 +82,8 @@ private: DECLARE_EVENT_TABLE() }; +#endif + // ---------------------------------------------------------------------------- // classes used to implement context help support // ----------------------------------------------------------------------------