aboutsummaryrefslogtreecommitdiff
path: root/odb/tr1/lazy-pointer-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-01 09:19:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-01 09:19:05 +0200
commitde7114c75da1584189149afd98a3485be662d319 (patch)
treefe6e0b27c988f0788e831db72a6e39384d56b275 /odb/tr1/lazy-pointer-traits.hxx
parent101c769144f4351388085917225ede383bebfb07 (diff)
Cosmetic changes
Diffstat (limited to 'odb/tr1/lazy-pointer-traits.hxx')
-rw-r--r--odb/tr1/lazy-pointer-traits.hxx4
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;