diff --git a/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc b/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc index 613375bca57..4504839dc5a 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc @@ -362,7 +362,8 @@ template class TotalFieldInput final : public bke::GeometryFieldInpu return false; } - std::optional preferred_domain(const GeometryComponent & /*component*/) const + std::optional preferred_domain( + const GeometryComponent & /*component*/) const override { return source_domain_; }