public:
wxDirDialog(wxWindow *parent,
const wxString& message = wxDirSelectorPromptStr,
- const wxString& defaultPath = _T(""),
+ const wxString& defaultPath = wxT(""),
long style = wxDD_DEFAULT_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
virtual int ShowModal();
protected:
- wxWindow * m_parent;
DECLARE_DYNAMIC_CLASS(wxDirDialog)
};