#i10000#: addInherited(): change signature
This commit is contained in:
parent
4d65b1ab46
commit
869373c85c
1 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue