aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-06-03 16:53:08 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-06-03 16:53:08 +0000
commita7411387c83a55cf9018b4126d26e20cbe3e1949 (patch)
treeb5f03c699a98efa4e9571bc9ce7689a62042b725 /interface
parent4f86074de547210ab383966d8c837020fec1f62c (diff)
downloadopt-utilities-a7411387c83a55cf9018b4126d26e20cbe3e1949.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@209 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r--interface/type_depository.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/type_depository.hpp b/interface/type_depository.hpp
index 9bacc9b..6abaa1b 100644
--- a/interface/type_depository.hpp
+++ b/interface/type_depository.hpp
@@ -65,6 +65,7 @@ namespace opt_utilities
destroy();
ptr=rhs.ptr;
const_cast<holder&>(rhs).ptr=0;
+ return *this;
}
public: