diff options
Diffstat (limited to 'odb/tr1/lazy-pointer-traits.hxx')
-rw-r--r-- | odb/tr1/lazy-pointer-traits.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<O>::id_type object_id (const pointer_type& p) { - return p.object_id<O> (); + return p.template object_id<O> (); } }; |