summaryrefslogtreecommitdiff
path: root/boost/graph/graphml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/graphml.hpp')
-rw-r--r--boost/graph/graphml.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/graph/graphml.hpp b/boost/graph/graphml.hpp
index be73def306..a7faa647bb 100644
--- a/boost/graph/graphml.hpp
+++ b/boost/graph/graphml.hpp
@@ -97,8 +97,8 @@ class mutate_graph_impl : public mutate_graph
bool type_found = false;
try
{
- mpl::for_each<value_types>(put_property<MutableGraph,value_types>
- (name, m_dp, m_g, value, value_type, m_type_names, type_found));
+ mpl::for_each<value_types>(put_property<MutableGraph *,value_types>
+ (name, m_dp, &m_g, value, value_type, m_type_names, type_found));
}
catch (bad_lexical_cast)
{