From 5caf524dff950e9c312f32788b09d701b3b4f3ca Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 11 Apr 2010 13:20:10 +0000 Subject: [PATCH] Fixed typo in documentation string git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/any.h | 2 +- interface/wx/any.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/interface/wx/any.h b/interface/wx/any.h index 2f96ade0e7..61b214b449 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -378,7 +378,7 @@ public: a specific C++ data type. @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_VALUE_TYPE_CHECK_TYPE(valueTypePtr, T) macro instead.