summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-21 08:48:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-21 08:48:16 +0000
commit869373c85ceabc7a05f9f24e81965035be0bae16 (patch)
tree2d88793050800d67972184fe8c40d5690002e668 /idlc
parent4d65b1ab462355824bc3b5e7bcf3a1ddf32d9a5f (diff)
#i10000#: addInherited(): change signature
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astinterface.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astinterface.hxx b/idlc/inc/idlc/astinterface.hxx
index 3c9fbabca98f..6da7aebabba0 100644
--- a/idlc/inc/idlc/astinterface.hxx
+++ b/idlc/inc/idlc/astinterface.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astinterface.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 13:52:34 $
+ * last change: $Author: hr $ $Date: 2004-06-21 09:48:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,7 @@ public:
AstInterface const * ifc, bool optional) const;
void addInheritedInterface(
- AstInterface const * ifc, bool optional,
+ AstType const * ifc, bool optional,
rtl::OUString const & documentation);
DoubleMemberDeclarations checkMemberClashes(