From 453d54325e020746c00a141712e448dec42c0e2e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 16 Aug 2010 10:44:27 +0200 Subject: [PATCH] fix declaration of AffineTransformType in Translation --- Eigen/src/Geometry/Translation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Geometry/Translation.h b/Eigen/src/Geometry/Translation.h index d76a58f41..7a3482c8c 100644 --- a/Eigen/src/Geometry/Translation.h +++ b/Eigen/src/Geometry/Translation.h @@ -53,7 +53,7 @@ public: /** corresponding linear transformation matrix type */ typedef Matrix LinearMatrixType; /** corresponding affine transformation type */ - typedef Transform AffineTransformType; + typedef Transform AffineTransformType; protected: