diff options
author | Lars Knoll <[email protected]> | 2014-04-29 10:40:56 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2014-07-22 13:49:00 +0200 |
commit | 36dd5d597bf126223e3728806cbcf4682301b18f (patch) | |
tree | dd06c04016ab1229e5770902c059c317374fb97c /src/qml/jsruntime/qv4booleanobject_p.h | |
parent | 9c6eb820939034b55f86d2fc7e67a4dfaedfc543 (diff) |
Convert Boolean and NumberObject to the new Data scheme
Change-Id: I418103fdca625692d4aa33a1466df0083b063bcb
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4booleanobject_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4booleanobject_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4booleanobject_p.h b/src/qml/jsruntime/qv4booleanobject_p.h index 617f7f6b01..77573cd40e 100644 --- a/src/qml/jsruntime/qv4booleanobject_p.h +++ b/src/qml/jsruntime/qv4booleanobject_p.h @@ -51,7 +51,7 @@ namespace QV4 { struct BooleanCtor: FunctionObject { - V4_OBJECT + V4_OBJECT_NEW BooleanCtor(ExecutionContext *scope); static ReturnedValue construct(Managed *, CallData *callData); |