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:
parent
f1156cbb0d
commit
79c60a3ef9
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user