From 801cee821949ccafd644b06364c0a2c01148e63a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jul 2012 16:35:38 +0200 Subject: Add template qualifiers that are missing according to Clang 3.1 --- odb/tr1/lazy-pointer-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/tr1/lazy-pointer-traits.hxx') diff --git a/odb/tr1/lazy-pointer-traits.hxx b/odb/tr1/lazy-pointer-traits.hxx index 6fd1fbf..aefab8c 100644 --- a/odb/tr1/lazy-pointer-traits.hxx +++ b/odb/tr1/lazy-pointer-traits.hxx @@ -33,7 +33,7 @@ namespace odb static typename object_traits::id_type object_id (const pointer_type& p) { - return p.object_id (); + return p.template object_id (); } }; -- cgit v1.1