diff --git a/source/blender/blenlib/BLI_math_vector_types.hh b/source/blender/blenlib/BLI_math_vector_types.hh index 0b4e20fb435..89f866a5172 100644 --- a/source/blender/blenlib/BLI_math_vector_types.hh +++ b/source/blender/blenlib/BLI_math_vector_types.hh @@ -178,12 +178,12 @@ template struct VecBase : public vec_struct_base template= 3)> VecBase xy() const { - return *reinterpret_cast *>(this); + return *reinterpret_cast *>(this); } template= 4)> VecBase xyz() const { - return *reinterpret_cast *>(this); + return *reinterpret_cast *>(this); } #undef BLI_ENABLE_IF_VEC