From f94dd12dc18afd8518a88e9edac75f6dff907c9c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 5 Apr 2002 20:20:32 +0000 Subject: [PATCH] SetPath() is now implemented in dirdlg.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/dirdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/dirdlg.h b/include/wx/msw/dirdlg.h index 7d78c2494f..dc81929bcb 100644 --- a/include/wx/msw/dirdlg.h +++ b/include/wx/msw/dirdlg.h @@ -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; } -- 2.45.2