summaryrefslogtreecommitdiffstats
path: root/src/ast/types/Type.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/types/Type.java')
-rw-r--r--src/ast/types/Type.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/types/Type.java b/src/ast/types/Type.java
index 6190106..c5b8312 100644
--- a/src/ast/types/Type.java
+++ b/src/ast/types/Type.java
@@ -20,7 +20,7 @@ public class Type implements Node {
}
@Override
- public ArrayList<SemanticError> checkSemantics(SymbolTable ST, int _nesting) {
+ public ArrayList<SemanticError> checkSemantics(SymbolTable ST, int _nesting, FunctionType ft) {
// It is never invoked
return null;
}