diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-19 09:48:20 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:24 +0200 |
commit | cb7359cbe30940debf8137508cd987220c038081 (patch) | |
tree | fee8fbd0ee426942a28536bc7b74d98ee6750630 /qt/common/smart-ptr/test.hxx | |
parent | e08eeb9e5da87a729992c5a1d14bfd62f4ed2205 (diff) |
Update qt/smart-ptr implementation test
Diffstat (limited to 'qt/common/smart-ptr/test.hxx')
-rw-r--r-- | qt/common/smart-ptr/test.hxx | 2 |
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; |