diff options
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 06c05fa..0a4ce03 100644 --- a/qt/common/smart-ptr/test.hxx +++ b/qt/common/smart-ptr/test.hxx @@ -30,7 +30,7 @@ struct cont typedef std::vector<QLazyWeakPointer<obj> > obj_list; - #pragma db inverse(c) not_null + #pragma db inverse(c) value_not_null obj_list o; }; |