make single paramter c'tors explicit (thx flint)

This commit is contained in:
Dennis Luxen 2014-04-16 16:15:49 +02:00
parent be8810077a
commit d8dffa9d71

View File

@ -40,7 +40,7 @@ class OSRM {
private:
OSRM_impl * OSRM_pimpl_;
public:
OSRM(
explicit OSRM(
const ServerPaths & paths,
const bool use_shared_memory = false
);