From: fred Date: Sun, 3 Aug 1997 10:14:05 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~6098 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e297cc2d0fac2d5a1b83d3f8ed14d747b735bdc6;p=lilypond.git lilypond-0.1.1 --- diff --git a/flower/directed-graph.cc b/flower/directed-graph.cc index c47285c71d..a08f456381 100644 --- a/flower/directed-graph.cc +++ b/flower/directed-graph.cc @@ -68,7 +68,7 @@ Directed_graph_node::remove_edge_out_idx(int i) int j = d_l->edge_in_l_arr_.find_i(this); assert(j>=0); - d_l->edge_in_l_arr_.del(j); + d_l->edge_in_l_arr_.unordered_del(j); PARANOID_OK(); }