From 70af59c4554b775c035eb46b87f470b5a9bb7942 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 23 Nov 2009 10:29:40 +0100 Subject: [PATCH] an attempt to fix compilation with recent MSVC --- Eigen/src/Core/Block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/Block.h b/Eigen/src/Core/Block.h index 7f422aa5c..004591aca 100644 --- a/Eigen/src/Core/Block.h +++ b/Eigen/src/Core/Block.h @@ -222,7 +222,7 @@ class Block class InnerIterator; typedef typename ei_traits::AlignedDerivedType AlignedDerivedType; - friend class Block; + friend class Block; EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Block)