summaryrefslogtreecommitdiffstats
path: root/package/source/xstor/xstorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xstorage.cxx')
-rw-r--r--package/source/xstor/xstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index bb473a090cda..cf67ee18ca8d 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -1245,7 +1245,7 @@ void OStorage_Impl::Revert()
pDeletedIter != m_aDeletedList.end();
++pDeletedIter )
{
- m_aChildrenList.push_back( (*pDeletedIter) );
+ m_aChildrenList.push_back( *pDeletedIter );
ClearElement( *pDeletedIter );