Made wxAny::IsNull() doc string a bit clearer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2010-06-18 13:32:12 +00:00
parent f1156cbb0d
commit 79c60a3ef9
2 changed files with 2 additions and 2 deletions

View 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
{

View 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;