]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dirdlg.h
always let the multiline text control process the Enter key presses
[wxWidgets.git] / include / wx / msw / dirdlg.h
index 7d78c2494f7855b4d17a4b8336b78a30ea07128d..dc81929bcb366dc586429e1f1a83d70644bf5315 100644 (file)
@@ -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; }