summaryrefslogtreecommitdiff
path: root/src/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.h')
-rw-r--r--src/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h
index 31ca2d6..3bb89c2 100644
--- a/src/function.h
+++ b/src/function.h
@@ -15,7 +15,7 @@ public:
class BuiltinFunction : public AbstractFunction
{
public:
- typedef Value (*eval_func_t)(const QVector<QString> &argnames, const QVector<Value> &args);
+ typedef Value (*eval_func_t)(const Context *ctx, const QVector<QString> &argnames, const QVector<Value> &args);
eval_func_t eval_func;
BuiltinFunction(eval_func_t f) : eval_func(f) { }
contact: Jan Huwald // Impressum