Skip to content

Commit 4bd88dc

Browse files
czlitonychengzhl
and
chengzhl
authored
Fix build error in tree_follower.cpp (#444)
Co-authored-by: chengzhl <[email protected]>
1 parent 139b34d commit 4bd88dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mls_ds/src/tree_follower.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ apply(TreeKEMPublicKey& tree,
9797
continue;
9898
}
9999

100-
std::visit([&](const auto& pr) { apply(tree, sender, pr); },
100+
var::visit([&](const auto& pr) { apply(tree, sender, pr); },
101101
proposal.content);
102102
}
103103
}

0 commit comments

Comments
 (0)