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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/serialization/extended_type_info_typeid.hpp b/boost/serialization/extended_type_info_typeid.hpp
index d60c369fde..9f09587d67 100644
--- a/boost/serialization/extended_type_info_typeid.hpp
+++ b/boost/serialization/extended_type_info_typeid.hpp
@@ -131,7 +131,7 @@ public:
}
virtual void destroy(void const * const p) const {
boost::serialization::access::destroy(
- static_cast<T const * const>(p)
+ static_cast<T const *>(p)
);
//delete static_cast<T const * const>(p);
}