mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 21:22:57 +00:00
Address Comments
This commit is contained in:
@@ -464,7 +464,11 @@ public:
|
||||
return operands.size();
|
||||
}
|
||||
|
||||
NodeBlock GetOperands() const {
|
||||
NodeBlock& GetOperands() {
|
||||
return operands;
|
||||
}
|
||||
|
||||
const NodeBlock& GetOperands() const {
|
||||
return operands;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user