aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-07-06 15:03:11 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-07-06 15:03:11 -0700
commitebdacfc5ea84b5e5f1ca2c33419ac0fdfd71073e (patch)
treeef17b469d89c574d74cabc494d77be5701e6ee38 /unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
parent81f9e968fd390b003bda9b1373fefd2c4426c453 (diff)
Fixed a compilation warning generated by clang
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h6
1 files changed, 3 insertions, 3 deletions
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<typename XprType> class TensorForcedEvalOp;
template<typename ExpressionType, typename DeviceType> class TensorDevice;
template<typename Derived, typename Device> struct TensorEvaluator;
-class DefaultDevice;
-class ThreadPoolDevice;
-class GpuDevice;
+struct DefaultDevice;
+struct ThreadPoolDevice;
+struct GpuDevice;
namespace internal {