X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/23111dca236b4e9ef5351abb990b1e489edf9e05..910c40ded6f5e8b50d8e111418f10adc31be5e43:/Syntax.hpp diff --git a/Syntax.hpp b/Syntax.hpp index ec94441..c091cec 100644 --- a/Syntax.hpp +++ b/Syntax.hpp @@ -1021,8 +1021,8 @@ struct CYAssignment : { } - void SetLeft(CYTarget *lhs) { - lhs_ = lhs; + void SetRight(CYExpression *rhs) { + rhs_ = rhs; } virtual const char *Operator() const = 0;