aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/lazy-ptr-impl.ixx')
-rw-r--r--odb/lazy-ptr-impl.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/lazy-ptr-impl.ixx b/odb/lazy-ptr-impl.ixx
index d69b8e4..7843dc9 100644
--- a/odb/lazy-ptr-impl.ixx
+++ b/odb/lazy-ptr-impl.ixx
@@ -84,14 +84,14 @@ namespace odb
{
reset_id ();
id_ = r.id_;
- db_ = r.db_;
- loader_ = r.loader_;
free_ = r.free_;
copy_ = r.copy_;
r.id_ = 0;
}
+ db_ = r.db_;
+ loader_ = r.loader_;
return *this;
}
#endif