From 9455ea0547dc46afbf1833e551d77a5b8eb0c0b5 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 8 Oct 2014 17:31:13 +0200 Subject: [PATCH] fix initialization of use_shared_memory --- Library/OSRM_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OSRM_impl.cpp b/Library/OSRM_impl.cpp index b1c7ef2fb..bbc09c5f5 100644 --- a/Library/OSRM_impl.cpp +++ b/Library/OSRM_impl.cpp @@ -58,7 +58,7 @@ namespace boost { namespace interprocess { class named_mutex; } } #include #include -OSRM_impl::OSRM_impl(ServerPaths server_paths, const bool use_shared_memory) +OSRM_impl::OSRM_impl(ServerPaths server_paths, const bool use_shared_memory) : use_shared_memory(use_shared_memory) { if (use_shared_memory) {