From de7114c75da1584189149afd98a3485be662d319 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Feb 2011 09:19:05 +0200 Subject: Cosmetic changes --- odb/tr1/lazy-pointer-traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/tr1/lazy-pointer-traits.hxx') 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 - class pointer_traits< tr1::lazy_shared_ptr > + class pointer_traits > { public: static pointer_kind const kind = pk_shared; @@ -39,7 +39,7 @@ namespace odb }; template - class pointer_traits< tr1::lazy_weak_ptr > + class pointer_traits > { public: static pointer_kind const kind = pk_weak; -- cgit v1.1