test/run_neighbor_explorer: make GlobalInit const

This commit is contained in:
Max Kellermann 2018-06-04 17:44:31 +02:00
parent 2ddd45e5e1
commit 0150131984
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ try {
/* initialize the core */
GlobalInit init;
const GlobalInit init;
EventLoop loop;
const ShutdownHandler shutdown_handler(loop);