From 6cdab3b4982893a05e863e7887acbe2d2cbe2d0f Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 25 Nov 2011 00:32:27 +0000 Subject: [PATCH] IsNull --> IsEmpty git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/region.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); /** -- 2.47.2