X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..321db4b6bf15df209942b9c0e6c744c8e7074d1b:/include/wx/helpbase.h diff --git a/include/wx/helpbase.h b/include/wx/helpbase.h index b1ee1c693b..ee38db1f10 100644 --- a/include/wx/helpbase.h +++ b/include/wx/helpbase.h @@ -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__