diff options
-rw-r--r-- | odb/qt/smart-ptr/wrapper-traits.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/smart-ptr/wrapper-traits.hxx b/odb/qt/smart-ptr/wrapper-traits.hxx index 6faf34b..35e7d16 100644 --- a/odb/qt/smart-ptr/wrapper-traits.hxx +++ b/odb/qt/smart-ptr/wrapper-traits.hxx @@ -26,7 +26,7 @@ namespace odb // T can be const. // typedef - typename details::meta::remove_const<T>::result + typename odb::details::meta::remove_const<T>::result unrestricted_wrapped_type; static const bool null_handler = true; |