X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2a6c918e88aaa5373876be033568ba41497c968..3fedffdc050002815e2b79052469c3105d2881c9:/include/wx/scrolwin.h?ds=sidebyside diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index 570922a169..1aca7a9a66 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -306,7 +306,7 @@ public: m_targetWindow = this; #ifdef __WXMAC__ - MacSetClipChildren(true); + this->MacSetClipChildren(true); #endif this->Connect(wxEVT_PAINT, wxPaintEventHandler(wxScrolled::OnPaint));