aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/XprHelper.h
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-11 18:16:59 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-11 18:16:59 +0100
commita05d42616b6ae486e1329644355d2cd8a65739ad (patch)
treefb3853ff2f2bf97f573cb26133761cbcadc5564b /Eigen/src/Core/util/XprHelper.h
parent24a09ceae86590925102493fffcf3973ff2c8358 (diff)
Fixed DenseStorageBase typedef (MSVC specific).
Unified the ei_plain_matrix_type.
Diffstat (limited to 'Eigen/src/Core/util/XprHelper.h')
-rw-r--r--Eigen/src/Core/util/XprHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/XprHelper.h b/Eigen/src/Core/util/XprHelper.h
index 9b17a2b0e..6b5387c99 100644
--- a/Eigen/src/Core/util/XprHelper.h
+++ b/Eigen/src/Core/util/XprHelper.h
@@ -109,7 +109,7 @@ template<int _Rows, int _Cols> struct ei_size_at_compile_time
* whereas ei_eval is a const reference in the case of a matrix
*/
-template<typename T, typename StorageType = typename ei_traits<T>::StorageType> class ei_plain_matrix_type;
+template<typename T, typename StorageType = typename ei_traits<T>::StorageType> struct ei_plain_matrix_type;
template<typename T, typename BaseClassType> struct ei_plain_matrix_type_dense;
template<typename T> struct ei_plain_matrix_type<T,Dense>
{