From 0f29f2c3e630a9f092bf02fd4669d27aef4b5921 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Jun 2022 15:06:21 +1000 Subject: Cleanup: remove redundant const qualifiers for scalar & enum types --- source/blender/nodes/NOD_geometry_exec.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/nodes/NOD_geometry_exec.hh') diff --git a/source/blender/nodes/NOD_geometry_exec.hh b/source/blender/nodes/NOD_geometry_exec.hh index 176a240791e..8ffa9d978a8 100644 --- a/source/blender/nodes/NOD_geometry_exec.hh +++ b/source/blender/nodes/NOD_geometry_exec.hh @@ -308,7 +308,7 @@ class GeoNodeExecParams { GVArray get_input_attribute(const StringRef name, const GeometryComponent &component, eAttrDomain domain, - const eCustomDataType type, + eCustomDataType type, const void *default_value) const; template @@ -328,7 +328,7 @@ class GeoNodeExecParams { */ eCustomDataType get_input_attribute_data_type(const StringRef name, const GeometryComponent &component, - const eCustomDataType default_type) const; + eCustomDataType default_type) const; /** * If any of the corresponding input sockets are attributes instead of single values, -- cgit v1.2.3