From c47bbc6d4b584dfe5b1445c50bada6b687a0c907 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jun 2013 18:15:42 +0200 Subject: Qualify name to work around bogus VC++ ambiguities --- odb/polymorphic-info.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/polymorphic-info.hxx') diff --git a/odb/polymorphic-info.hxx b/odb/polymorphic-info.hxx index 18a12a2..2011133 100644 --- a/odb/polymorphic-info.hxx +++ b/odb/polymorphic-info.hxx @@ -60,9 +60,9 @@ namespace odb typedef pointer_type (*create_function) (); typedef bool (*dispatch_function) ( - call_type, database&, const root_type*, const void* arg); + call_type, odb::database&, const root_type*, const void* arg); typedef void (*delayed_loader_function) ( - database&, const id_type&, root_type&); + odb::database&, const id_type&, root_type&); public: polymorphic_concrete_info (const std::type_info& t, -- cgit v1.1