aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv4sqlerrors_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@me.com>2013-04-24 14:26:38 +0200
committerLars Knoll <lars.knoll@digia.com>2013-04-24 17:24:50 +0200
commit38c7daf3039281b78134932a6f7080197bcc12b7 (patch)
tree80e9297a10b44eb2573de47fb93dcde3cffe6e39 /src/qml/qml/v8/qv4sqlerrors_p.h
parentc235464a091c8d6c33bef6fdaad62bac67aeb1f6 (diff)
Fix struct v.s. class forward declarations.
Change-Id: I8f7f6282339ca798661e59cef256c305c95f7fe1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/v8/qv4sqlerrors_p.h')
-rw-r--r--src/qml/qml/v8/qv4sqlerrors_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v8/qv4sqlerrors_p.h b/src/qml/qml/v8/qv4sqlerrors_p.h
index df6a795cb7..0433d534f9 100644
--- a/src/qml/qml/v8/qv4sqlerrors_p.h
+++ b/src/qml/qml/v8/qv4sqlerrors_p.h
@@ -66,7 +66,7 @@ QT_BEGIN_NAMESPACE
#define SQLEXCEPTION_TIMEOUT_ERR 8
namespace QV4 {
-class ExecutionEngine;
+struct ExecutionEngine;
}
void qt_add_sqlexceptions(QV4::ExecutionEngine *engine);