]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed ifdef
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Jul 2001 01:27:19 +0000 (01:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Jul 2001 01:27:19 +0000 (01:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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_