X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/691745ab412824d74d036930ad69accbe37d97b4..71a09c3579dd5cb4cd8fa7fdc143561cbff74e12:/src/osx/carbon/dirdlg.cpp diff --git a/src/osx/carbon/dirdlg.cpp b/src/osx/carbon/dirdlg.cpp index 9ff1c075e7..b6cc8a45ef 100644 --- a/src/osx/carbon/dirdlg.cpp +++ b/src/osx/carbon/dirdlg.cpp @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -55,7 +54,11 @@ static pascal void NavEventProc( } } -wxDirDialog::wxDirDialog(wxWindow *parent, +void wxDirDialog::Init() +{ +} + +void wxDirDialog::Create(wxWindow *parent, const wxString& message, const wxString& defaultPath, long style,