X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55acd85e7134f8d16d40dc21cd665c5ea18a98f1..58c7cd12b9035450e702d36dfdce63bfd008bcd0:/src/motif/region.cpp diff --git a/src/motif/region.cpp b/src/motif/region.cpp index 9149211450..d4ced6405d 100644 --- a/src/motif/region.cpp +++ b/src/motif/region.cpp @@ -105,7 +105,7 @@ wxRegion::~wxRegion() } // Get the internal region handle -WXRegion wxRegion::GetXRegion() +WXRegion wxRegion::GetXRegion() const { wxASSERT( m_refData !=NULL ); @@ -206,9 +206,7 @@ bool wxRegion::Combine(const wxRegion& region, wxRegionOp op) break ; } - // TODO combine region - - return FALSE; + return FALSE; } bool wxRegion::Combine(const wxRect& rect, wxRegionOp op)