]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/filedlg.h
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
[wxWidgets.git] / include / wx / gtk1 / filedlg.h
index 64485e5e4ebdebc2522564328d941bdc7178f182..db117cfe231cbcf049f273c4df3855d539357468 100644 (file)
@@ -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