diff --git a/source/blender/blenlib/BLI_array_utils.hh b/source/blender/blenlib/BLI_array_utils.hh index bac8f224c4d..85a7adde69a 100644 --- a/source/blender/blenlib/BLI_array_utils.hh +++ b/source/blender/blenlib/BLI_array_utils.hh @@ -155,7 +155,7 @@ inline void gather(const VArray &src, /** * Fill the destination span by gathering indexed values from the `src` array. */ -template +template inline void gather(const Span src, const IndexMask &indices, MutableSpan dst,