diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:20:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:20:12 +0000 |
commit | 72ad55a4edbf6d6abc3d7d808d2e8c2558ac513f (patch) | |
tree | 283c14d555c9b17329d26184742ddbdae1ee6be8 /idlc/source | |
parent | 4acb91a91b098fb03e7d439b15e10b17a15295f5 (diff) |
INTEGRATION: CWS sb21 (1.2.14); FILE MERGED
2004/08/05 13:21:38 sb 1.2.14.1: #i31370# Better detect recursive uses of polymorphic struct types.
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/aststructinstance.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/aststructinstance.cxx b/idlc/source/aststructinstance.cxx index 54030f2434b4..4c9ea9013011 100644 --- a/idlc/source/aststructinstance.cxx +++ b/idlc/source/aststructinstance.cxx @@ -2,9 +2,9 @@ * * $RCSfile: aststructinstance.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-06-03 15:09:14 $ + * last change: $Author: rt $ $Date: 2004-08-20 09:20:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,5 +97,5 @@ AstStructInstance::AstStructInstance( AstScope * scope): AstType( NT_instantiated_struct, createName(typeTemplate, typeArguments), scope), - m_typeTemplate(typeTemplate) + m_typeTemplate(typeTemplate), m_typeArguments(*typeArguments) {} |