From a157760b26ccbd16250e263ee16d12a483124227 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Nov 2010 08:49:35 +0200 Subject: Rework pointer traits, add naked, auto_ptr, and TR1 specializations --- 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 cf924c3..42acb0e 100644 --- a/odb/result.hxx +++ b/odb/result.hxx @@ -85,7 +85,7 @@ namespace odb private: pointer_type current_; - typename pointer_traits::guard guard_; + typename pointer_traits::guard_type guard_; }; template -- cgit v1.1