From 625780f605ddc7f031ec0eb60e194d738b7ffb68 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 10:00:28 +0000 Subject: [PATCH] INTEGRATION: CWS jsc17 (1.5.34); FILE MERGED 2007/01/22 15:47:42 jsc 1.5.34.1: #i73482# remove const --- idlc/inc/idlc/astscope.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/idlc/inc/idlc/astscope.hxx b/idlc/inc/idlc/astscope.hxx index a2a83c674ec7..bcc1a64e54ee 100644 --- a/idlc/inc/idlc/astscope.hxx +++ b/idlc/inc/idlc/astscope.hxx @@ -4,9 +4,9 @@ * * $RCSfile: astscope.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:44:38 $ + * last change: $Author: obo $ $Date: 2007-01-25 11:00:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,8 +84,8 @@ protected: { return m_declarations.back(); } private: - DeclList m_declarations; - const NodeType m_nodeType; + DeclList m_declarations; + NodeType m_nodeType; }; #endif // _IDLC_ASTSCOPE_HXX_