X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1237a25bc49396fa39516846a855bf3b0a4fe1f7..3017880eff92f202f26262fbcdf1744cb620e3e3:/include/wx/any.h diff --git a/include/wx/any.h b/include/wx/any.h index c82daa1c1a..4ddd7b4c1c 100644 --- a/include/wx/any.h +++ b/include/wx/any.h @@ -767,7 +767,7 @@ public: in release ones. @remarks This template function does not work on some older compilers - (such as Visual C++ 6.0). For full compiler ccompatibility + (such as Visual C++ 6.0). For full compiler compatibility please use wxANY_AS(any, T) macro instead. */ // FIXME-VC6: remove this hack when VC6 is no longer supported