X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..5e4ff78a96a43d0cab7ee676509b8a1b633208b5:/include/wx/dynarray.h diff --git a/include/wx/dynarray.h b/include/wx/dynarray.h index b5466516d2..8e69a43ee2 100644 --- a/include/wx/dynarray.h +++ b/include/wx/dynarray.h @@ -151,10 +151,10 @@ private: // template classes // ============================================================================ -// resolves the name conflict between the T() macor and T typedef: we can't -// use T() inside WX_DEFINE_ARRAY! -#define _WX_ERROR_SIZEOF T("illegal use of DEFINE_ARRAY") -#define _WX_ERROR_REMOVE T("removing inexisting element in wxArray::Remove") +// resolves the name conflict between the wxT() macor and T typedef: we can't +// use wxT() inside WX_DEFINE_ARRAY! +#define _WX_ERROR_SIZEOF wxT("illegal use of DEFINE_ARRAY") +#define _WX_ERROR_REMOVE wxT("removing inexisting element in wxArray::Remove") // ---------------------------------------------------------------------------- // This macro generates a new array class. It is intended for storage of simple