From 5f65a89f49a6b9426b09d9b3ce7c31cf015c1879 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Mon, 21 Jun 2010 08:58:23 +0200 Subject: Compilation fix. --- test/block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/block.cpp') 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 void block(const MatrixType& m) template 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(); -- cgit v1.2.3