]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filedlg.h
cleanup - reformat
[wxWidgets.git] / include / wx / filedlg.h
index 60c59e80ef64fbe7a7a4496d26798e66896ed3c5..7e1a92bfb61e20dd97f7583eeef83201783a0bca 100644 (file)
 
 #if wxUSE_FILEDLG
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "filedlg.h"
-#endif
-
 #include "wx/dialog.h"
 #include "wx/arrstr.h"
 
@@ -40,8 +36,8 @@ enum
     wxCHANGE_DIR        = 0x0040
 };
 
-extern WXDLLEXPORT_DATA(const wxChar*) wxFileSelectorPromptStr;
-extern WXDLLEXPORT_DATA(const wxChar*) wxFileSelectorDefaultWildcardStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxFileSelectorPromptStr[];
+extern WXDLLEXPORT_DATA(const wxChar) wxFileSelectorDefaultWildcardStr[];
 
 //----------------------------------------------------------------------------
 // wxFileDialogBase
@@ -113,7 +109,6 @@ public:
 protected:
     wxString      m_message;
     long          m_dialogStyle;
-    wxWindow     *m_parent;
     wxString      m_dir;
     wxString      m_path;       // Full path
     wxString      m_fileName;