aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/misc/Image.h')
-rw-r--r--Eigen/src/misc/Image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/misc/Image.h b/Eigen/src/misc/Image.h
index 2f39d6b9d..1d63d8143 100644
--- a/Eigen/src/misc/Image.h
+++ b/Eigen/src/misc/Image.h
@@ -40,7 +40,7 @@ struct ei_traits<ei_image_retval_base<DecompositionType> >
MatrixType::Options,
MatrixType::MaxRowsAtCompileTime, // the image matrix will consist of columns from the original matrix,
MatrixType::MaxColsAtCompileTime // so it has the same number of rows and at most as many columns.
- > ReturnMatrixType;
+ > ReturnType;
};
template<typename _DecompositionType> struct ei_image_retval_base