Cleanup: Use consistent type in function definition

This commit is contained in:
Hans Goudey 2023-03-31 14:24:23 -04:00
parent 1a956ce196
commit 389025bee2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ void ModifierComputeContext::print_current_in_line(std::ostream &stream) const
NodeGroupComputeContext::NodeGroupComputeContext(
const ComputeContext *parent,
const int node_id,
const int32_t node_id,
const std::optional<ComputeContextHash> &cached_hash)
: ComputeContext(s_static_type, parent), node_id_(node_id)
{