aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-pointer-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-09 12:00:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-09 12:00:24 +0200
commitd74e6724c0d313167eb3c8762892fa6a81024f00 (patch)
tree5759aec99380847c4f54b8099676169a6e21c873 /odb/lazy-pointer-traits.hxx
parentb7135a4be85c27e209acf15a709f789af51baf8f (diff)
Cosmetic change (rename naked pointer to raw pointer)
Diffstat (limited to 'odb/lazy-pointer-traits.hxx')
-rw-r--r--odb/lazy-pointer-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/lazy-pointer-traits.hxx b/odb/lazy-pointer-traits.hxx
index 599b051..a92ec29 100644
--- a/odb/lazy-pointer-traits.hxx
+++ b/odb/lazy-pointer-traits.hxx
@@ -17,7 +17,7 @@ namespace odb
class pointer_traits< lazy_ptr<T> >
{
public:
- static pointer_kind const kind = pk_naked;
+ static pointer_kind const kind = pk_raw;
static bool const lazy = true;
typedef T element_type;