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:
@@ -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
|
bool IsNull() const
|
||||||
{
|
{
|
||||||
|
@@ -154,7 +154,7 @@ public:
|
|||||||
bool HasSameType(const wxAny& other) const;
|
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;
|
bool IsNull() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user