diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:23:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:23:48 +0000 |
commit | 235ba4de7313fed08999c2cf8739b3d8d6112405 (patch) | |
tree | a64a4b0fa6f9821cda6e61b0c3bfb4e096592529 /configmgr | |
parent | cf23d35d8b2f0a225d1e4dfd8f841063c39bc2fb (diff) |
INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED
2005/11/01 12:47:20 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/inc/change.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/inc/change.hxx b/configmgr/source/inc/change.hxx index 633a36b3e6c2..4c06d45883ee 100644 --- a/configmgr/source/inc/change.hxx +++ b/configmgr/source/inc/change.hxx @@ -4,9 +4,9 @@ * * $RCSfile: change.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-09-08 03:44:16 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:23:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -348,6 +348,8 @@ namespace configmgr SubtreeChange(const SubtreeChange&); void operator=(SubtreeChange&); + using Change::swap; + public: class ChildIterator; ChildIterator begin() const throw(); |