From ed17f32923a02c0e4d895c0c61c2985e7d90e550 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Mar 2009 14:49:55 +0000 Subject: [PATCH] remove SetValue() which is not needed and which definition was removed by the previous change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/srchctlg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/generic/srchctlg.h b/include/wx/generic/srchctlg.h index d71fdcc3ae..202abb9d5b 100644 --- a/include/wx/generic/srchctlg.h +++ b/include/wx/generic/srchctlg.h @@ -202,7 +202,6 @@ public: protected: virtual void DoSetValue(const wxString& value, int flags); virtual wxString DoGetValue() const; - virtual void SetValue(const wxString& value); virtual bool DoLoadFile(const wxString& file, int fileType); virtual bool DoSaveFile(const wxString& file, int fileType); -- 2.45.2