X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d9550df507d5522ac76887e5876b314b729ed50..1ac5cfc7c9d2df832a4e8f5737f43995e3308ab4:/include/wx/build.h diff --git a/include/wx/build.h b/include/wx/build.h index d3e60f1c3d..4d5b5421c4 100644 --- a/include/wx/build.h +++ b/include/wx/build.h @@ -106,7 +106,7 @@ // ---------------------------------------------------------------------------- // Use this macro to check build options. Adding it to a file in DLL will -// ensure that the DLL checks build options in same way IMPLEMENT_APP() does. +// ensure that the DLL checks build options in same way wxIMPLEMENT_APP() does. #define WX_CHECK_BUILD_OPTIONS(libName) \ static struct wxBuildOptionsChecker \ { \