diff --git a/node-graph/graph-craft/src/proto.rs b/node-graph/graph-craft/src/proto.rs index f1763c55ee..c3d04895fc 100644 --- a/node-graph/graph-craft/src/proto.rs +++ b/node-graph/graph-craft/src/proto.rs @@ -470,7 +470,7 @@ impl ProtoNetwork { ProtoNode { construction_args: ConstructionArgs::Nodes(vec![node_id]), call_argument: concrete!(Context), - identifier: graphene_core::memo::memoize::IDENTIFIER, + identifier: graphene_core::memo::frame_memo::IDENTIFIER, original_location: OriginalLocation { path: path.clone(), ..Default::default()