X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/644b283d6aa7740c0f4478945ca423279fe6d2da..df8c364bf488d99d6b0c305898a5289fe20a393b:/include/wx/propgrid/propgrid.h diff --git a/include/wx/propgrid/propgrid.h b/include/wx/propgrid/propgrid.h index a8dbe52937..95ad58a171 100644 --- a/include/wx/propgrid/propgrid.h +++ b/include/wx/propgrid/propgrid.h @@ -44,7 +44,7 @@ public: wxPGGlobalVarsClass(); ~wxPGGlobalVarsClass(); -#if wxUSE_THREAD +#if wxUSE_THREADS // Critical section for handling the globals. Generally it is not needed // since GUI code is supposed to be in single thread. However, // we do want the user to be able to convey wxPropertyGridEvents to other