X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1156cbb0db33e76e031d05c8823f5c27628b685..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/interface/wx/any.h diff --git a/interface/wx/any.h b/interface/wx/any.h index 605fb77f3f..de177e1430 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -3,7 +3,7 @@ // Purpose: interface of wxAny // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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;