diff options
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(); |