Avoid do-nothing virtuals in WinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -129,8 +129,10 @@ protected: | ||||
|  | ||||
|     // override those to return the normal window coordinates even when the | ||||
|     // window is minimized | ||||
| #ifndef __WXWINCE__ | ||||
|     virtual void DoGetPosition(int *x, int *y) const; | ||||
|     virtual void DoGetSize(int *width, int *height) const; | ||||
| #endif // __WXWINCE__ | ||||
|  | ||||
|  | ||||
|     // is the window currently iconized? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user