]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/dirdlg.mm
Don't assume that KeySym is always defined as long in wxGTK.
[wxWidgets.git] / src / osx / cocoa / dirdlg.mm
index 02f92f94f834021452b8ae1fef664c9c9fce5ede..f7869a075a5c19e5f76f1eeca673d0ad692dd4ba 100644 (file)
 
 IMPLEMENT_CLASS(wxDirDialog, wxDialog)
 
-wxDirDialog::wxDirDialog(wxWindow *parent, const wxString& message,
+void wxDirDialog::Init()
+{
+    m_sheetDelegate = nil;
+}
+
+void wxDirDialog::Create(wxWindow *parent, const wxString& message,
         const wxString& defaultPath, long style, const wxPoint& WXUNUSED(pos),
         const wxSize& WXUNUSED(size), const wxString& WXUNUSED(name))
 {