From: Włodzimierz Skiba Date: Tue, 3 Aug 2004 06:58:37 +0000 (+0000) Subject: Smartphone fix due to separated implementation of wxFileDialog. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dcbbda5451ead669e94e17a2a4d206295bed183b Smartphone fix due to separated implementation of wxFileDialog. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/filedlg.h b/include/wx/msw/filedlg.h index c84b139b96..8a8deee9af 100644 --- a/include/wx/msw/filedlg.h +++ b/include/wx/msw/filedlg.h @@ -38,9 +38,12 @@ public: virtual int ShowModal(); protected: + +#ifndef __SMARTPHONE__ virtual void DoMoveWindow(int x, int y, int width, int height); virtual void DoGetSize( int *width, int *height ) const; virtual void DoGetPosition( int *x, int *y ) const; +#endif // __SMARTPHONE__ private: wxArrayString m_fileNames;