From 79c60a3ef999a8dd2cb399b0cc9377f2a8edc9d1 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Fri, 18 Jun 2010 13:32:12 +0000 Subject: [PATCH] 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 --- include/wx/any.h | 2 +- interface/wx/any.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/any.h b/include/wx/any.h index aebc38df55..092e71078d 100644 --- a/include/wx/any.h +++ b/include/wx/any.h @@ -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 { diff --git a/interface/wx/any.h b/interface/wx/any.h index 605fb77f3f..5396ecaf73 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -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; -- 2.45.2