]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
Attempted to fix splittree problem by not pushing event handler
[wxWidgets.git] / include / wx / html / helpctrl.h
index f31e41f874089ee476b2765005f6f0dbff9655be..2106893a9d8e70a4f638d83436b9edf05df3da64 100644 (file)
@@ -18,7 +18,7 @@
 #pragma interface "helpctrl.h"
 #endif
 
-#if wxUSE_HTML
+#if wxUSE_WXHTML_HELP
 
 #include "wx/html/helpfrm.h"
 #include "wx/helpbase.h"
@@ -109,6 +109,6 @@ protected:
     // DECLARE_EVENT_TABLE()
 };
 
-#endif
+#endif // wxUSE_WXHTML_HELP
 
 #endif // _WX_HELPCTRL_H_