]> git.saurik.com Git - wxWidgets.git/commitdiff
Made wxAny::IsNull() doc string a bit clearer
authorJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 18 Jun 2010 13:32:12 +0000 (13:32 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 18 Jun 2010 13:32:12 +0000 (13:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/any.h
interface/wx/any.h

index aebc38df55e83ddd7db2f69dcefd63f545f17ffd..092e71078d7a16a487b045ed3aa3fb732fa90b5c 100644 (file)
@@ -806,7 +806,7 @@ public:
     }
 
     /**
-        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
     {
index 605fb77f3f346b8fa1a1e15219f28b3faf807a42..5396ecaf73035685ec5b8839bc77a18b68f04f0a 100644 (file)
@@ -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;