Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-01 08:06:21 +0300
committerCampbell Barton <campbell@blender.org>2022-06-01 08:38:48 +0300
commit0f29f2c3e630a9f092bf02fd4669d27aef4b5921 (patch)
treeaad267315a6ab21fa90713044923a29ba8701ae0 /source/blender/nodes
parent44bac4c8ccf19cb5941435115b8f89a9d14e9c23 (diff)
Cleanup: remove redundant const qualifiers for scalar & enum types
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/NOD_geometry_exec.hh4
1 files changed, 2 insertions, 2 deletions
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<typename T>
@@ -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,