diff options
Diffstat (limited to 'odb/boost/smart-ptr/lazy-ptr.ixx')
-rw-r--r-- | odb/boost/smart-ptr/lazy-ptr.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/boost/smart-ptr/lazy-ptr.ixx b/odb/boost/smart-ptr/lazy-ptr.ixx index e79c9fc..ecdc2a9 100644 --- a/odb/boost/smart-ptr/lazy-ptr.ixx +++ b/odb/boost/smart-ptr/lazy-ptr.ixx @@ -336,7 +336,7 @@ namespace odb template <class T> template <class Y> inline void lazy_shared_ptr<T>:: - reset (database_type& db, const std::auto_ptr<Y>& r) + reset (database_type& db, std::auto_ptr<Y>& r) { p_ = r; |