Skip to content

Commit

Permalink
fix: fix size of ExpressionNode
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jun 17, 2024
1 parent f1f336f commit 6ed404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mc/util/ExpressionNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ExpressionNode {
using AccessorFn = std::function<AccessorT>;
using AccessorFnPointer = AccessorFn const*;

uchar filler[200];
uchar filler[1352];

// NOLINTBEGIN
// symbol: ??0ExpressionNode@@QEAA@XZ
Expand Down

0 comments on commit 6ed404f

Please sign in to comment.