X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d2f3c71d83c52fc4db6c8041de533562816b1d6..05159a2750ed2cc5945a85bc5fc6849ad1a30e75:/include/wx/gtk1/filedlg.h diff --git a/include/wx/gtk1/filedlg.h b/include/wx/gtk1/filedlg.h index 64485e5e4e..db117cfe23 100644 --- a/include/wx/gtk1/filedlg.h +++ b/include/wx/gtk1/filedlg.h @@ -11,7 +11,7 @@ #ifndef __GTKFILEDLGH__ #define __GTKFILEDLGH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface #endif @@ -26,8 +26,6 @@ extern const wxChar *wxFileSelectorDefaultWildcardStr; class wxFileDialog: public wxDialog { -DECLARE_DYNAMIC_CLASS(wxFileDialog) - public: wxFileDialog() { } @@ -56,7 +54,6 @@ public: int GetFilterIndex() const { return m_filterIndex ; } protected: - wxString m_message; long m_dialogStyle; wxWindow * m_parent; @@ -65,6 +62,9 @@ protected: wxString m_fileName; wxString m_wildCard; int m_filterIndex; + +private: + DECLARE_DYNAMIC_CLASS(wxFileDialog) }; #define wxOPEN 1