aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AST.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/AST.cpp b/AST.cpp
index 62952521..fd8f45a7 100644
--- a/AST.cpp
+++ b/AST.cpp
@@ -122,6 +122,7 @@ std::string FunctionDefinition::getCanonicalSignature()
if (i != parameters.size()) {
ret += ",";
}
+ i++;
}
ret += ")";
return ret;