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 );