From 675d3cdd699d8c59cd886bcf5849e25002a69792 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 3 Jan 2022 13:52:39 -0600 Subject: Cleanup: Clang tidy --- source/blender/functions/FN_field.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/functions/FN_field.hh') diff --git a/source/blender/functions/FN_field.hh b/source/blender/functions/FN_field.hh index b8cb05fecab..11f8a7e9b94 100644 --- a/source/blender/functions/FN_field.hh +++ b/source/blender/functions/FN_field.hh @@ -287,7 +287,7 @@ class FieldConstant : public FieldNode { const CPPType &output_cpp_type(int output_index) const override; const CPPType &type() const; - const GPointer value() const; + GPointer value() const; }; /** -- cgit v1.2.3