SetPath() is now implemented in dirdlg.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7f1698c34c
commit
f94dd12dc1
@ -30,7 +30,7 @@ public:
|
||||
const wxPoint& pos = wxDefaultPosition);
|
||||
|
||||
void SetMessage(const wxString& message) { m_message = message; }
|
||||
void SetPath(const wxString& path) { m_path = path; }
|
||||
void SetPath(const wxString& path);
|
||||
void SetStyle(long style) { m_dialogStyle = style; }
|
||||
|
||||
wxString GetMessage() const { return m_message; }
|
||||
|
Loading…
Reference in New Issue
Block a user