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:
Włodzimierz Skiba
2007-02-13 17:08:36 +00:00
parent 261fb04124
commit c5dc89a1b1
2 changed files with 6 additions and 9 deletions

View File

@@ -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?