]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dirdlg.h
wxTheColourDatabase->Find() can fail.
[wxWidgets.git] / include / wx / mac / carbon / dirdlg.h
index 734292ade337849c3cbbd5c498ae085975ef5aa0..98f39ff9ad9942dfb49ec038f915d5fd5ac78252 100644 (file)
 #ifndef _WX_DIRDLG_H_
 #define _WX_DIRDLG_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dirdlg.h"
-#endif
-
 class WXDLLEXPORT wxDirDialog : public wxDialog
 {
 public:
     wxDirDialog(wxWindow *parent,
                 const wxString& message = wxDirSelectorPromptStr,
                 const wxString& defaultPath = _T(""),
-                long style = 0,
+                long style = wxDD_DEFAULT_STYLE,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 const wxString& name = wxDirDialogNameStr);