Index: subgraph.hpp =================================================================== --- subgraph.hpp (revision 77037) +++ subgraph.hpp (working copy) @@ -133,6 +133,7 @@ subgraph(const subgraph& x) : m_graph(x.m_graph), m_parent(x.m_parent), m_edge_counter(x.m_edge_counter) , m_global_vertex(x.m_global_vertex), m_global_edge(x.m_global_edge) + , m_local_vertex(x.m_local_vertex), m_local_edge(x.m_local_edge) { // Do a deep copy (recursive). for(typename ChildrenList::const_iterator i = x.m_children.begin();