2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 04:42:16 +00:00

Added finish call to mutate_graph

[SVN r77188]
This commit is contained in:
Jeremiah Willcock
2012-03-03 21:19:03 +00:00
parent fdc5f76aca
commit e7d2639f6e
2 changed files with 4 additions and 1 deletions

View File

@@ -787,6 +787,7 @@ namespace read_graphviz_detail {
for (properties::const_iterator i = root_graph_props.begin(); i != root_graph_props.end(); ++i) {
mg->set_graph_property(i->first, i->second);
}
mg->finish_building_graph();
}
} // end namespace read_graphviz_detail