From ebdacfc5ea84b5e5f1ca2c33419ac0fdfd71073e Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Mon, 6 Jul 2015 15:03:11 -0700 Subject: Fixed a compilation warning generated by clang --- unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h index b3bc16bc4..f73ce83f4 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h @@ -51,9 +51,9 @@ template class TensorForcedEvalOp; template class TensorDevice; template struct TensorEvaluator; -class DefaultDevice; -class ThreadPoolDevice; -class GpuDevice; +struct DefaultDevice; +struct ThreadPoolDevice; +struct GpuDevice; namespace internal { -- cgit v1.2.3