From: Paul Cornett Date: Fri, 25 Nov 2011 00:32:27 +0000 (+0000) Subject: IsNull --> IsEmpty X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6cdab3b4982893a05e863e7887acbe2d2cbe2d0f IsNull --> IsEmpty git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/region.h b/interface/wx/region.h index 9685c82f24..f7b9a466a2 100644 --- a/interface/wx/region.h +++ b/interface/wx/region.h @@ -159,7 +159,7 @@ public: Default constructor. This constructor creates an invalid, or null, object, i.e. calling - IsOk() on it returns @false and IsNull() returns @true. + IsOk() on it returns @false and IsEmpty() returns @true. */ wxRegion(); /**