InputCommon: Fix input expression assignment operator behavior.

This commit is contained in:
Jordan Woyak
2024-11-07 11:51:11 -06:00
parent 3f79aa23b4
commit c9ad5430d0
4 changed files with 113 additions and 97 deletions

View File

@ -42,7 +42,6 @@ protected:
ValidateArguments(const std::vector<std::unique_ptr<Expression>>& args) = 0;
Expression& GetArg(u32 number);
const Expression& GetArg(u32 number) const;
u32 GetArgCount() const;
private: