diff options
Diffstat (limited to 'odb/tr1/lazy-pointer-traits.hxx')
-rw-r--r-- | odb/tr1/lazy-pointer-traits.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/tr1/lazy-pointer-traits.hxx b/odb/tr1/lazy-pointer-traits.hxx index 2cb2277..bdbfbfe 100644 --- a/odb/tr1/lazy-pointer-traits.hxx +++ b/odb/tr1/lazy-pointer-traits.hxx @@ -14,7 +14,7 @@ namespace odb { template <typename T> - class pointer_traits< tr1::lazy_shared_ptr<T> > + class pointer_traits<tr1::lazy_shared_ptr<T> > { public: static pointer_kind const kind = pk_shared; @@ -39,7 +39,7 @@ namespace odb }; template <typename T> - class pointer_traits< tr1::lazy_weak_ptr<T> > + class pointer_traits<tr1::lazy_weak_ptr<T> > { public: static pointer_kind const kind = pk_weak; |