aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4dateobject_p.h')
-rw-r--r--src/qml/jsruntime/qv4dateobject_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4dateobject_p.h b/src/qml/jsruntime/qv4dateobject_p.h
index 45a9420a41..758a2ce197 100644
--- a/src/qml/jsruntime/qv4dateobject_p.h
+++ b/src/qml/jsruntime/qv4dateobject_p.h
@@ -81,7 +81,7 @@ struct DateCtor: FunctionObject
struct DatePrototype: DateObject
{
DatePrototype(InternalClass *ic): DateObject(ic) {}
- void init(ExecutionContext *ctx, const Value &ctor);
+ void init(ExecutionEngine *engine, const Value &ctor);
static double getThisDate(ExecutionContext *ctx);