From 18c70b12d799a10ab03cbc5a54b3d2900ac06ecd Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Mon, 26 Apr 2010 13:31:16 +0200 Subject: [PATCH] Fixed a warning. --- Eigen/src/Core/util/ForwardDeclarations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index e384ba2df..c884487b6 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -178,7 +178,7 @@ template class Homogeneous; // MatrixFunctions module template struct MatrixExponentialReturnValue; -template struct MatrixFunctionReturnValue; +template class MatrixFunctionReturnValue; template struct ei_stem_function {