summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-06-04 17:44:31 +0200
committerMax Kellermann <max@musicpd.org>2018-06-04 17:44:31 +0200
commit01501319847e2a9edcffec108567be4a5e38feab (patch)
treed9cadc56f0e2a449f255f1f4690f80ef8d8cd86c /test
parent2ddd45e5e17e1d3c43cc97cb5a1aecaa338082e9 (diff)
test/run_neighbor_explorer: make GlobalInit const
Diffstat (limited to 'test')
-rw-r--r--test/run_neighbor_explorer.cxx2
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);