diff --git a/cpp/graph-inl.h b/cpp/graph-inl.h index 35f707cb5..b5a038e8c 100644 --- a/cpp/graph-inl.h +++ b/cpp/graph-inl.h @@ -134,7 +134,7 @@ boost::shared_ptr composePoses(const G& graph, const PredecessorMap key2vertex; boost::tie(g, root, key2vertex) = - predecessorMap2Graph(tree); + predecessorMap2Graph(tree); // attach the relative poses to the edges PoseEdge edge1, edge2;