make single paramter c'tors explicit (thx flint)
This commit is contained in:
		
							parent
							
								
									3368b492b9
								
							
						
					
					
						commit
						6d52a7d3d4
					
				@ -40,7 +40,7 @@ class OSRM {
 | 
			
		||||
private:
 | 
			
		||||
    OSRM_impl * OSRM_pimpl_;
 | 
			
		||||
public:
 | 
			
		||||
    OSRM(
 | 
			
		||||
    explicit OSRM(
 | 
			
		||||
        const ServerPaths & paths,
 | 
			
		||||
        const bool use_shared_memory = false
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user