Avoid a problem in Phoenix by making UpdateMacScrollWindow not be pure virtual.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -236,7 +236,7 @@ protected: | |||||||
|  |  | ||||||
| #ifdef __WXMAC__ | #ifdef __WXMAC__ | ||||||
|     // queue mac window update after handling scroll event |     // queue mac window update after handling scroll event | ||||||
|     virtual void UpdateMacScrollWindow() = 0; |     virtual void UpdateMacScrollWindow() { } | ||||||
| #endif // __WXMAC__ | #endif // __WXMAC__ | ||||||
|  |  | ||||||
|     // change the target window |     // change the target window | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user