aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-10 15:36:28 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-10 15:36:28 +0100
commite0f5b4add31b1a4bc7f5e40bfce8bf40bd3e1f2b (patch)
treee4a09ead2a2bde2051d974341b5f9c7be1719f40 /Eigen
parent3eb80eecdef55e921c06a86e78857ef570135495 (diff)
Fixed MSVC compilation.
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/Matrix.h2
1 files changed, 1 insertions, 1 deletions
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<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, MatrixBase, _Options> Base;
+ typedef DenseStorageBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Eigen::MatrixBase, _Options> Base;
_EIGEN_GENERIC_PUBLIC_INTERFACE(Matrix)
enum { Options = _Options };