summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 15:39:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 15:39:51 +0000
commit9622dfa71d0070bed29311abcfd3877d6c598b3c (patch)
tree03ac1e5b1aea3dba48603a3f356c6bd32c927b8c /idlc
parenta228a92c3b69403561385bcaa41f22b9c0b661d8 (diff)
INTEGRATION: CWS sb14 (1.1.96); FILE MERGED
2004/03/05 08:35:15 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astbasetype.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astbasetype.hxx b/idlc/inc/idlc/astbasetype.hxx
index 49c726ebb565..3f6635b7c9e9 100644
--- a/idlc/inc/idlc/astbasetype.hxx
+++ b/idlc/inc/idlc/astbasetype.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astbasetype.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $
+ * last change: $Author: rt $ $Date: 2004-03-30 16:39:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ public:
virtual ~AstBaseType() {}
- const ExprType getExprType()
+ const ExprType getExprType() const
{ return m_exprType; }
private:
const ExprType m_exprType;