]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/any.h
Don't rely on __GXX_RTTI being defined with g++ < 4.3.
[wxWidgets.git] / include / wx / any.h
index c82daa1c1a5ed0d7c03c4d1a009b60d3e3f29e4c..4ddd7b4c1ce5d74a14c5b7d0ebfa5a7da4e6447c 100644 (file)
@@ -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