From 48bd6a6b6585fde8839697294e14079da2d86962 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/mysql/database.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'odb/mysql/database.hxx') diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx index 6d1ee3a..886167d 100644 --- a/odb/mysql/database.hxx +++ b/odb/mysql/database.hxx @@ -382,7 +382,7 @@ namespace odb // Query one API. // template - typename object_traits::pointer_type + typename result::pointer_type query_one (); template @@ -394,7 +394,7 @@ namespace odb query_value (); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const char*); template @@ -406,7 +406,7 @@ namespace odb query_value (const char*); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const std::string&); template @@ -418,7 +418,7 @@ namespace odb query_value (const std::string&); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const mysql::query_base&); template @@ -430,7 +430,7 @@ namespace odb query_value (const mysql::query_base&); template - typename object_traits::pointer_type + typename result::pointer_type query_one (const odb::query_base&); template -- cgit v1.1