summaryrefslogtreecommitdiff
path: root/boost/pending/property_serialize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/pending/property_serialize.hpp')
-rw-r--r--boost/pending/property_serialize.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/pending/property_serialize.hpp b/boost/pending/property_serialize.hpp
index 21f9653b7b..a3cf9f6c3b 100644
--- a/boost/pending/property_serialize.hpp
+++ b/boost/pending/property_serialize.hpp
@@ -24,8 +24,8 @@ namespace boost {
serialize(Archive& ar, property<Tag, T, Base>& prop,
const unsigned int /*version*/)
{
- ar & serialization::make_nvp( "property_base" , boost::serialization::base_object<Base>(prop) );
ar & serialization::make_nvp( "property_value" , prop.m_value );
+ ar & serialization::make_nvp( "property_base" , prop.m_base );
}
#ifdef BOOST_GRAPH_USE_MPI