From 93fb6614f72a87af9cf8c935a49988a16df5a5c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Mar 2015 16:30:36 +0200 Subject: Get pointer_type from correct traits (object, view), part 2 --- odb/pgsql/database.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'odb/pgsql/database.hxx') diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx index ac34f6a..6ad1ba9 100644 --- a/odb/pgsql/database.hxx +++ b/odb/pgsql/database.hxx @@ -295,7 +295,7 @@ namespace odb // Query one API. // template - typename object_traits::pointer_type + typename result::pointer_type query_one (); template @@ -307,7 +307,7 @@ namespace odb query_value (); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const char*); template @@ -319,7 +319,7 @@ namespace odb query_value (const char*); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const std::string&); template @@ -331,7 +331,7 @@ namespace odb query_value (const std::string&); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const pgsql::query_base&); template @@ -343,7 +343,7 @@ namespace odb query_value (const pgsql::query_base&); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const odb::query_base&); template -- cgit v1.1