From 32d37627d878683cefe40e50f7cadd4b767cb8b9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 15 Nov 2004 12:35:20 +0000 Subject: [PATCH] INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:39:29 np 1.2.6.1: #i31023# --- autodoc/source/display/idl/hi_factory.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autodoc/source/display/idl/hi_factory.hxx b/autodoc/source/display/idl/hi_factory.hxx index a643ea349148..7e83d07c5ca0 100644 --- a/autodoc/source/display/idl/hi_factory.hxx +++ b/autodoc/source/display/idl/hi_factory.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hi_factory.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-12 15:31:31 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:35:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,7 @@ class HtmlFactory_Idl : public HtmlFactory Xml::Element * o_pOut = 0 ) : HtmlFactory(io_rEnv, o_pOut) { } + virtual ~HtmlFactory_Idl() {} /** The default version only calls ->produce_InternalLink(). This may be overwritten by derived classes.