aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4executableallocator_p.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals@canonical.com>2014-04-24 16:15:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-25 09:19:24 +0200
commit1873e4f213a94da5774a5243a796fb00f0ab8713 (patch)
treed3c0ac384a19ee76586419a6562662cd35753ce9 /src/qml/jsruntime/qv4executableallocator_p.h
parent63a43cb424729990324f2c5e0c8a42aa368e23e2 (diff)
Remove unneeded ;
Warnings returned by pedantic Change-Id: Ic2caba475db9064bf302790299d92a217436d0ee Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4executableallocator_p.h')
-rw-r--r--src/qml/jsruntime/qv4executableallocator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4executableallocator_p.h b/src/qml/jsruntime/qv4executableallocator_p.h
index 8ce1146ac9..d54f29b89a 100644
--- a/src/qml/jsruntime/qv4executableallocator_p.h
+++ b/src/qml/jsruntime/qv4executableallocator_p.h
@@ -52,7 +52,7 @@
namespace WTF {
class PageAllocation;
-};
+}
QT_BEGIN_NAMESPACE