diff --git a/src/SemanticTree.zig b/src/SemanticTree.zig index 2ac1ccba..af8720e9 100644 --- a/src/SemanticTree.zig +++ b/src/SemanticTree.zig @@ -73,7 +73,7 @@ const OptionData = struct { }; const NodeData = struct { - id: u32, + id: CDPNode.Id, axn: AXNode, role: []const u8, name: ?[]const u8,