X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7657f7562808945c95db96eb50808c4b61af1fe..efba2b89f15ba8757a722fc56c67f434cf960482:/include/wx/generic/dcpsg.h?ds=sidebyside diff --git a/include/wx/generic/dcpsg.h b/include/wx/generic/dcpsg.h index fba5f2cb57..b12584fd2d 100644 --- a/include/wx/generic/dcpsg.h +++ b/include/wx/generic/dcpsg.h @@ -94,8 +94,7 @@ public: void SetLogicalFunction( int function ); void SetBackground( const wxBrush& brush ); - void SetClippingRegion(long x, long y, long width, long height); - void SetClippingRegion( const wxRegion ®ion ); + void DoSetClippingRegion(long x, long y, long width, long height); void DestroyClippingRegion(); void DoSetClippingRegionAsRegion( const wxRegion &WXUNUSED(clip) ) {}