]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/helpbase.h
an extra backslash removed
[wxWidgets.git] / include / wx / helpbase.h
index b1ee1c693b603d90813142f85c58d33027b2715c..ee38db1f10a456d57e1a34a4dc7122b78d2eec55 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/wx.h"
 
-#if USE_HELP
+#if wxUSE_HELP
 
 // Defines the API for help controllers
 class WXDLLEXPORT wxHelpControllerBase: public wxObject
@@ -46,6 +46,6 @@ class WXDLLEXPORT wxHelpControllerBase: public wxObject
   virtual void OnQuit(void) {};
 };
 
-#endif // USE_HELP
+#endif // wxUSE_HELP
 #endif
     // _WX_HELPBASEH__