From 561be145b74c76e2dd937f2672cd1c00fb09fb52 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 11 May 2007 07:54:20 +0000 Subject: [PATCH] INTEGRATION: CWS gh13 (1.3.66); FILE MERGED 2006/09/22 15:03:08 gh 1.3.66.1: remove warning in debug code --- automation/source/server/editwin.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/source/server/editwin.hxx b/automation/source/server/editwin.hxx index 1390fefdc570..e248632d82b3 100644 --- a/automation/source/server/editwin.hxx +++ b/automation/source/server/editwin.hxx @@ -4,9 +4,9 @@ * * $RCSfile: editwin.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:23:25 $ + * last change: $Author: kz $ $Date: 2007-05-11 08:54:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ protected: public: EditWindow( WorkWindow *pParent, const UniString &rName = UniString( RTL_CONSTASCII_USTRINGPARAM ( "Debug" ) ), WinBits iWstyle = WB_HSCROLL | WB_VSCROLL ); - ~EditWindow(); + virtual ~EditWindow(); void Clear(); void Show();