From e0f5b4add31b1a4bc7f5e40bfce8bf40bd3e1f2b Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sun, 10 Jan 2010 15:36:28 +0100 Subject: [PATCH] Fixed MSVC compilation. --- Eigen/src/Core/Matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index 24c618549..3e5c7b69e 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -129,7 +129,7 @@ class Matrix { public: - typedef DenseStorageBase, MatrixBase, _Options> Base; + typedef DenseStorageBase, Eigen::MatrixBase, _Options> Base; _EIGEN_GENERIC_PUBLIC_INTERFACE(Matrix) enum { Options = _Options };