make single argument c'tor explicit (thx flint)

This commit is contained in:
Dennis Luxen
2014-04-16 16:21:16 +02:00
parent 678829ab28
commit 25013afdd2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ private:
protected:
DataFacadeT * facade;
public:
BasicRoutingInterface( DataFacadeT * facade ) : facade(facade) { }
explicit BasicRoutingInterface( DataFacadeT * facade ) : facade(facade) { }
virtual ~BasicRoutingInterface(){ };
inline void RoutingStep(