summaryrefslogtreecommitdiff
path: root/context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'context.cc')
-rw-r--r--context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.cc b/context.cc
index 83fa424..59c263a 100644
--- a/context.cc
+++ b/context.cc
@@ -90,7 +90,7 @@ Value Context::evaluate_function(QString name, const QVector<QString> &argnames,
return Value();
}
-AbstractNode *Context::evaluate_module(const ModuleInstanciation *inst) const
+AbstractNode *Context::evaluate_module(const ModuleInstantiation *inst) const
{
if (modules_p && modules_p->contains(inst->modname))
return modules_p->value(inst->modname)->evaluate(this, inst);
contact: Jan Huwald // Impressum