diff options
-rw-r--r-- | odb/polymorphic-map.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/polymorphic-map.hxx b/odb/polymorphic-map.hxx index 9c18d33..c3c1374 100644 --- a/odb/polymorphic-map.hxx +++ b/odb/polymorphic-map.hxx @@ -41,7 +41,7 @@ namespace odb typedef std::map<const std::type_info*, const info_type*, - details::type_info_comparator> + odb::details::type_info_comparator> // VC bug. type_map; struct discriminator_comparator |