diff --git a/src/Shapes/shapeImplementation.h b/src/Shapes/shapeImplementation.h index d90f889e5..0731cfad0 100644 --- a/src/Shapes/shapeImplementation.h +++ b/src/Shapes/shapeImplementation.h @@ -108,7 +108,7 @@ template struct TypeOf> { } }; template<> struct TypeOf { - constexpr static typename ShapeDimensionTraits<3>::Type type() { + constexpr static ShapeDimensionTraits<3>::Type type() { return ShapeDimensionTraits<3>::Type::Plane; } };