aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/qmljs/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmljs/main.cpp b/tools/qmljs/main.cpp
index 50bba820e5..98bf9ad2c5 100644
--- a/tools/qmljs/main.cpp
+++ b/tools/qmljs/main.cpp
@@ -78,7 +78,7 @@ struct Print: FunctionObject
setVTable(staticVTable());
}
};
- V4_OBJECT
+ V4_OBJECT(FunctionObject)
static ReturnedValue call(Managed *, CallData *callData)
{
@@ -105,7 +105,7 @@ struct GC: public FunctionObject
}
};
- V4_OBJECT
+ V4_OBJECT(FunctionObject)
static ReturnedValue call(Managed *m, CallData *)
{