]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cshelp.h
Removed conflicting wxEntry prototype
[wxWidgets.git] / include / wx / cshelp.h
index 4b0b75c53b77a459b98b846d5a23f119eab77bd0..ecad164325f7dcaf82548f9c7afc8308b8354b31 100644 (file)
 #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
 // ----------------------------------------------------------------------------