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