X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FGraph.cpp;h=e15a7d48ef80194ac2cd7f2036e9b9d3202d308b;hb=42aaa245db9e91713427053d14bda6f700e214ee;hp=1f5c66ed83275d93cb53afe699531ca64e463c82;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/Graph.cpp b/src/Graph.cpp index 1f5c66ed83..e15a7d48ef 100644 --- a/src/Graph.cpp +++ b/src/Graph.cpp @@ -25,7 +25,7 @@ int Graph::bfs_init(int s, bool clear_visited) if (s < 0) return s; - Q_ = std::queue(); + Q_ = queue(); if (clear_visited) fill(visited_.begin(), visited_.end(), false);