diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-04 17:44:31 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-04 17:44:31 +0200 |
commit | 01501319847e2a9edcffec108567be4a5e38feab (patch) | |
tree | d9cadc56f0e2a449f255f1f4690f80ef8d8cd86c /test | |
parent | 2ddd45e5e17e1d3c43cc97cb5a1aecaa338082e9 (diff) |
test/run_neighbor_explorer: make GlobalInit const
Diffstat (limited to 'test')
-rw-r--r-- | test/run_neighbor_explorer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |