summaryrefslogtreecommitdiffstats
path: root/Sencha-lang/Elements/SenchaFunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Sencha-lang/Elements/SenchaFunction.cpp')
-rw-r--r--Sencha-lang/Elements/SenchaFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sencha-lang/Elements/SenchaFunction.cpp b/Sencha-lang/Elements/SenchaFunction.cpp
index dfbf428..a18bc27 100644
--- a/Sencha-lang/Elements/SenchaFunction.cpp
+++ b/Sencha-lang/Elements/SenchaFunction.cpp
@@ -7,7 +7,7 @@
#include "SenchaFunction.h"
-SenchaFunction::SenchaFunction(std::string name, std::vector<std::string> names_of_arguments, ASTNode * body, Context * context)
+SenchaFunction::SenchaFunction(std::string name, std::vector<std::string> names_of_arguments, ASTNode * body, ContextManager * context)
: name(name), names_of_arguments(names_of_arguments), body(body), context(context)
{