aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8listwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v8/qv8listwrapper.cpp')
-rw-r--r--src/qml/qml/v8/qv8listwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v8/qv8listwrapper.cpp b/src/qml/qml/v8/qv8listwrapper.cpp
index 58635c7c78..d3ce9f8fc2 100644
--- a/src/qml/qml/v8/qv8listwrapper.cpp
+++ b/src/qml/qml/v8/qv8listwrapper.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
class QV8ListResource : public QV8ObjectResource
{
- V8_RESOURCE_TYPE(ListType);
+ V8_RESOURCE_TYPE(ListType)
public:
QV8ListResource(QV8Engine *engine) : QV8ObjectResource(engine) {}