summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:00:28 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:00:28 +0000
commit625780f605ddc7f031ec0eb60e194d738b7ffb68 (patch)
tree1ec52cf77348f22f9e429667b887c824861ffa72 /idlc/inc
parent2bd2c500b063b793d67d6938c5d13243d9d6c017 (diff)
INTEGRATION: CWS jsc17 (1.5.34); FILE MERGED
2007/01/22 15:47:42 jsc 1.5.34.1: #i73482# remove const
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astscope.hxx8
1 files 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_