INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/04/28 08:59:02 sb 1.2.4.1: #i21150# Constness improvements.
This commit is contained in:
parent
760cbe7110
commit
670a20f900
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: exceptiontree.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-03-30 16:51:54 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-04 03:10:27 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -89,7 +89,7 @@ void ExceptionTreeNode::clearChildren() {
|
|||
children.clear();
|
||||
}
|
||||
|
||||
void ExceptionTree::add(rtl::OString const & name, TypeManager & manager)
|
||||
void ExceptionTree::add(rtl::OString const & name, TypeManager const & manager)
|
||||
{
|
||||
typedef std::vector< rtl::OString > List;
|
||||
List list;
|
||||
|
|
Loading…
Reference in a new issue