diff options
Diffstat (limited to 'src/qml/jsruntime/qv4dateobject_p.h')
| -rw-r--r-- | src/qml/jsruntime/qv4dateobject_p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4dateobject_p.h b/src/qml/jsruntime/qv4dateobject_p.h index 85e85e29ed..3e8bdc3edf 100644 --- a/src/qml/jsruntime/qv4dateobject_p.h +++ b/src/qml/jsruntime/qv4dateobject_p.h @@ -84,8 +84,10 @@ protected: struct DateCtor: FunctionObject { + struct Data : FunctionObject::Data { + Data(ExecutionContext *scope); + }; V4_OBJECT - DateCtor(ExecutionContext *scope); static ReturnedValue construct(Managed *, CallData *callData); static ReturnedValue call(Managed *that, CallData *); |
