wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-04-02 13:51:30 +00:00
parent a93cf225f7
commit 9fdb68d985

View File

@ -306,7 +306,7 @@ public:
m_targetWindow = this;
#ifdef __WXMAC__
MacSetClipChildren(true);
this->MacSetClipChildren(true);
#endif
this->Connect(wxEVT_PAINT, wxPaintEventHandler(wxScrolled::OnPaint));