X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b2e23bff681066c84c85399ed9a3183a7a40465..13199c3dcbb708f859aeae6b480459b7b9bb9a9d:/include/wx/gtk/filedlg.h?ds=sidebyside diff --git a/include/wx/gtk/filedlg.h b/include/wx/gtk/filedlg.h index 31b895da18..096f50920d 100644 --- a/include/wx/gtk/filedlg.h +++ b/include/wx/gtk/filedlg.h @@ -7,21 +7,16 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKFILEDLGH__ #define __GTKFILEDLGH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "filedlggtk.h" -#endif - #include "wx/generic/filedlgg.h" //------------------------------------------------------------------------- // wxFileDialog //------------------------------------------------------------------------- -class wxFileDialog: public wxGenericFileDialog +class WXDLLIMPEXP_CORE wxFileDialog: public wxGenericFileDialog { public: wxFileDialog() { } @@ -56,6 +51,7 @@ public: //private: bool m_destroyed_by_delete; +protected: // override this from wxTLW since the native // form doesn't have any m_wxwindow virtual void DoSetSize(int x, int y,