X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de6185e212ebc37ff11ff70278e3c4f68419b097..c655557fa685eb0201d5d45078a1f46370240592:/src/mac/classic/dirdlg.cpp diff --git a/src/mac/classic/dirdlg.cpp b/src/mac/classic/dirdlg.cpp index b9ee11f0b3..4fc1a2b21c 100644 --- a/src/mac/classic/dirdlg.cpp +++ b/src/mac/classic/dirdlg.cpp @@ -19,12 +19,10 @@ #ifndef WX_PRECOMP #include "wx/utils.h" + #include "wx/dialog.h" + #include "wx/cmndata.h" #endif // WX_PRECOMP -#include "wx/dialog.h" - -#include "wx/cmndata.h" - #include "wx/mac/private.h" #ifdef __DARWIN__ @@ -45,7 +43,7 @@ wxDirDialog::wxDirDialog(wxWindow *parent, { wxASSERT_MSG( NavServicesAvailable() , wxT("Navigation Services are not running") ) ; m_message = message; - m_dialogStyle = style; + m_windowStyle = style; m_parent = parent; m_path = defaultPath; }