summaryrefslogtreecommitdiff
path: root/boost/graph/planar_detail/boyer_myrvold_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/planar_detail/boyer_myrvold_impl.hpp')
-rw-r--r--boost/graph/planar_detail/boyer_myrvold_impl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/graph/planar_detail/boyer_myrvold_impl.hpp b/boost/graph/planar_detail/boyer_myrvold_impl.hpp
index 45a552aa5d..f1b3cec822 100644
--- a/boost/graph/planar_detail/boyer_myrvold_impl.hpp
+++ b/boost/graph/planar_detail/boyer_myrvold_impl.hpp
@@ -591,7 +591,8 @@ namespace boost
first_face_itr, second_face_itr, face_end;
vertex_t first_side_vertex
= graph_traits<Graph>::null_vertex();
- vertex_t second_side_vertex;
+ vertex_t second_side_vertex
+ = graph_traits<Graph>::null_vertex();
vertex_t first_tail, second_tail;
first_tail = second_tail = curr_face_handle.get_anchor();