From d74e6724c0d313167eb3c8762892fa6a81024f00 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Dec 2010 12:00:24 +0200 Subject: Cosmetic change (rename naked pointer to raw pointer) --- odb/result.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/result.hxx') 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. // -- cgit v1.1