From 01501319847e2a9edcffec108567be4a5e38feab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jun 2018 17:44:31 +0200 Subject: [PATCH] test/run_neighbor_explorer: make GlobalInit const --- test/run_neighbor_explorer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_neighbor_explorer.cxx b/test/run_neighbor_explorer.cxx index 1d48036d3..4505f0e74 100644 --- a/test/run_neighbor_explorer.cxx +++ b/test/run_neighbor_explorer.cxx @@ -67,7 +67,7 @@ try { /* initialize the core */ - GlobalInit init; + const GlobalInit init; EventLoop loop; const ShutdownHandler shutdown_handler(loop);