From 6d52a7d3d414fcf59c986543a4886c2c5f909a8d Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 16 Apr 2014 16:15:49 +0200 Subject: [PATCH] make single paramter c'tors explicit (thx flint) --- Library/OSRM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OSRM.h b/Library/OSRM.h index 738c977a0..be137b8c5 100644 --- a/Library/OSRM.h +++ b/Library/OSRM.h @@ -40,7 +40,7 @@ class OSRM { private: OSRM_impl * OSRM_pimpl_; public: - OSRM( + explicit OSRM( const ServerPaths & paths, const bool use_shared_memory = false );