test/run_neighbor_explorer: make GlobalInit const
This commit is contained in:
parent
2ddd45e5e1
commit
0150131984
|
@ -67,7 +67,7 @@ try {
|
|||
|
||||
/* initialize the core */
|
||||
|
||||
GlobalInit init;
|
||||
const GlobalInit init;
|
||||
EventLoop loop;
|
||||
const ShutdownHandler shutdown_handler(loop);
|
||||
|
||||
|
|
Loading…
Reference in New Issue