From 7bc7db450b76e846e96e4f1ec62c4740f4372505 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Mar 2009 12:40:38 +0000 Subject: [PATCH] set correct properties git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/textentry.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/msw/textentry.h b/include/wx/msw/textentry.h index 25ee6c62cd..8f86d191b9 100644 --- a/include/wx/msw/textentry.h +++ b/include/wx/msw/textentry.h @@ -3,7 +3,7 @@ // Purpose: wxMSW-specific wxTextEntry implementation // Author: Vadim Zeitlin // Created: 2007-09-26 -// RCS-ID: $Id: textentry.h 48944 2007-09-26 00:30:22Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -22,7 +22,6 @@ public: // implement wxTextEntryBase pure virtual methods virtual void WriteText(const wxString& text); - virtual wxString GetValue() const; virtual void Remove(long from, long to); virtual void Copy(); -- 2.45.2