Commit 01501319 authored by Max Kellermann's avatar Max Kellermann

test/run_neighbor_explorer: make GlobalInit const

parent 2ddd45e5
......@@ -67,7 +67,7 @@ try {
/* initialize the core */
GlobalInit init;
const GlobalInit init;
EventLoop loop;
const ShutdownHandler shutdown_handler(loop);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment