rm explicit keyword introduced by backporting another change

This commit is contained in:
Gael Guennebaud 2014-12-18 14:53:40 +01:00
parent 61db9a0e89
commit 1a96594607

View File

@ -59,7 +59,7 @@ protected:
public:
/** Construct a 2D counter clock wise rotation from the angle \a a in radian. */
explicit inline Rotation2D(const Scalar& a) : m_angle(a) {}
inline Rotation2D(const Scalar& a) : m_angle(a) {}
/** Default constructor wihtout initialization. The represented rotation is undefined. */
Rotation2D() {}