aboutsummaryrefslogtreecommitdiff
path: root/qt/common/smart-ptr/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qt/common/smart-ptr/test.hxx')
-rw-r--r--qt/common/smart-ptr/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/common/smart-ptr/test.hxx b/qt/common/smart-ptr/test.hxx
index 6b376b0..06c05fa 100644
--- a/qt/common/smart-ptr/test.hxx
+++ b/qt/common/smart-ptr/test.hxx
@@ -28,7 +28,7 @@ struct cont
#pragma db id
unsigned long id;
- typedef std::vector<QLazySharedPointer<obj> > obj_list;
+ typedef std::vector<QLazyWeakPointer<obj> > obj_list;
#pragma db inverse(c) not_null
obj_list o;