Removed virtual toString from Statement
This commit is contained in:
@@ -11,5 +11,4 @@ public:
|
||||
string getName();
|
||||
vector<pair<string, ValueType>> getArguments();
|
||||
ValueType getReturnValueType();
|
||||
string toString(int indent) override;
|
||||
};
|
||||
Reference in New Issue
Block a user