aboutsummaryrefslogtreecommitdiff
path: root/odb/result.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/result.hxx
parentb7135a4be85c27e209acf15a709f789af51baf8f (diff)
Cosmetic change (rename naked pointer to raw pointer)
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index 0ca7db1..96b50a9 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -55,7 +55,7 @@ namespace odb
return db_;
}
- // To make this work with all kinds of pointers (naked, std::auto_ptr,
+ // To make this work with all kinds of pointers (raw, std::auto_ptr,
// shared), we need to make sure we don't make any copies of the
// pointer on the return path.
//