aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jscall_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-09-07 09:46:26 +0200
committerLars Knoll <lars.knoll@qt.io>2017-09-07 10:49:30 +0000
commitbe58704adee6941bc4750773f6c1009c7962897a (patch)
tree3b573027e2cebef2eee0f4d704b4a3f65eabbc32 /src/qml/jsruntime/qv4jscall_p.h
parent020ad3d259f57c379fbcdd4e69c235dd1b0a3774 (diff)
Fix namespaced build
Change-Id: Ic40619f6ef8f05ebaebc1da0f69649547eec3d75 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4jscall_p.h')
-rw-r--r--src/qml/jsruntime/qv4jscall_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4jscall_p.h b/src/qml/jsruntime/qv4jscall_p.h
index c78337a89f..78201a0ba8 100644
--- a/src/qml/jsruntime/qv4jscall_p.h
+++ b/src/qml/jsruntime/qv4jscall_p.h
@@ -126,4 +126,6 @@ struct ScopedStackFrame {
}
-#endif
+QT_END_NAMESPACE
+
+#endif // QV4JSCALL_H