summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astsequence.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astsequence.hxx b/idlc/inc/idlc/astsequence.hxx
index 93d4ce321115..d82e615eddc7 100644
--- a/idlc/inc/idlc/astsequence.hxx
+++ b/idlc/inc/idlc/astsequence.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: astsequence.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2006-03-09 10:48:09 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:44:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@ public:
delete m_pRelativName;
}
- AstType* getMemberType()
+ AstType* getMemberType() const
{ return m_pMemberType; }
virtual bool isUnsigned() const