]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/any.h
Fixed dlmsw.cpp compilation with older SDKs and at run-time for systems prior to...
[wxWidgets.git] / interface / wx / any.h
index 605fb77f3f346b8fa1a1e15219f28b3faf807a42..de177e1430e2d23bde4d13368972eeb888db94b7 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxAny
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -154,7 +154,7 @@ public:
     bool HasSameType(const wxAny& other) const;
 
     /**
-        Tests if wxAny is null (that is, whether there is data).
+        Tests if wxAny is null (that is, whether there is no data).
     */
     bool IsNull() const;