summaryrefslogtreecommitdiff
path: root/boost/serialization/extended_type_info_typeid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/serialization/extended_type_info_typeid.hpp')
-rw-r--r--boost/serialization/extended_type_info_typeid.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/serialization/extended_type_info_typeid.hpp b/boost/serialization/extended_type_info_typeid.hpp
index d9e99e03c8..8ee591b316 100644
--- a/boost/serialization/extended_type_info_typeid.hpp
+++ b/boost/serialization/extended_type_info_typeid.hpp
@@ -84,7 +84,9 @@ class extended_type_info_typeid :
{
public:
extended_type_info_typeid() :
- typeid_system::extended_type_info_typeid_0(get_key())
+ typeid_system::extended_type_info_typeid_0(
+ boost::serialization::guid< T >()
+ )
{
type_register(typeid(T));
key_register();