aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/block.cpp
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-21 08:58:23 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-21 08:58:23 +0200
commit5f65a89f49a6b9426b09d9b3ce7c31cf015c1879 (patch)
treef359a659f84f83cc3f72535f1ffd140ce571b253 /test/block.cpp
parenta1af6e1151d7d159584a1c7146dd930b4b138a51 (diff)
Compilation fix.
Diffstat (limited to 'test/block.cpp')
-rw-r--r--test/block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/block.cpp b/test/block.cpp
index c21ce29ca..1c2e080ad 100644
--- a/test/block.cpp
+++ b/test/block.cpp
@@ -159,7 +159,7 @@ template<typename MatrixType> void block(const MatrixType& m)
template<typename MatrixType>
void compare_using_data_and_stride(const MatrixType& m)
{
- typedef MatrixType::Index Index;
+ typedef typename MatrixType::Index Index;
Index rows = m.rows();
Index cols = m.cols();
Index size = m.size();