Skip to content

Commit

Permalink
Merge pull request #97 from altmp/ALTV-129
Browse files Browse the repository at this point in the history
SDK update
  • Loading branch information
el-carlitto authored Jun 4, 2024
2 parents 9933a67 + b02f5bf commit 22e1fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/MValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace alt
virtual std::string ToString() const = 0;
virtual double ToNumber() const = 0;
virtual MValue Clone() const = 0;
virtual bool Equals(MValueConst other) const = 0;
virtual bool Equals(MValueConst other, bool deep) const = 0;
};

// Represents lack of value
Expand Down

0 comments on commit 22e1fdd

Please sign in to comment.