aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers/qset-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/containers/qset-traits.hxx')
-rw-r--r--odb/qt/containers/qset-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/containers/qset-traits.hxx b/odb/qt/containers/qset-traits.hxx
index cd17537..1d99321 100644
--- a/odb/qt/containers/qset-traits.hxx
+++ b/odb/qt/containers/qset-traits.hxx
@@ -42,7 +42,7 @@ namespace odb
{
value_type v;
more = f.load_all (v);
- c.insert (v);
+ c.insert (v); //@@ Use std::move in C++11.
}
}