X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2a6c918e88aaa5373876be033568ba41497c968..0d65494402ed0bc5f4c5b3d37736afad436a1c48:/include/wx/scrolwin.h 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));