Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Feb 6, 2025
1 parent 0369f0a commit 6c65a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ctu.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace CTU {
nonneg int myArgNr{};
std::string myArgumentName;
Location location;
MathLib::bigint value;
MathLib::bigint value{};
std::string toString() const;
};

Expand Down

0 comments on commit 6c65a0d

Please sign in to comment.