X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f30ef57e669c4999d7725af05d23225ac7ffb66b..b666ade78496cd91d648fcfe2fd6b79ce2b15e33:/src/x11/region.cpp diff --git a/src/x11/region.cpp b/src/x11/region.cpp index 685289870b..74477235de 100644 --- a/src/x11/region.cpp +++ b/src/x11/region.cpp @@ -337,7 +337,7 @@ wxRegionContain wxRegion::DoContainsRect(const wxRect& r) const WXRegion *wxRegion::GetX11Region() const { if (!m_refData) - return (WXRegion*) NULL; + return NULL; return (WXRegion*) M_REGIONDATA->m_region; }