]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/region.cpp
Update version to 2.9.4 in version.bkl too and rebake everything.
[wxWidgets.git] / src / osx / carbon / region.cpp
index ff12238509786e3bf88e01895b88d587fe175d5e..83a2e15e12c369776d1b5ae96ef50c750177f185 100644 (file)
@@ -178,7 +178,7 @@ void wxRegion::Clear()
 // Move the region
 bool wxRegion::DoOffset(wxCoord x, wxCoord y)
 {
-    wxCHECK_MSG( M_REGION, false, wxT("invalid wxRegion") );
+    wxCHECK_MSG( m_refData, false, wxT("invalid wxRegion") );
 
     if ( !x && !y )
         // nothing to do