aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-07-17 16:22:44 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2014-07-22 13:49:21 +0200
commit661649edf1cd0448b4276fbf6e0a97fd5ec8c792 (patch)
treecdf32c3bea08e6c291e7eedaebc90cbf8f7b576c /src/qml/jsruntime/qv4string_p.h
parentb3fab495f514a3bd2d335276a022c0f3678f1cc4 (diff)
MinGW build fix
It is necessary to export String::Data for simplifyString() when called from qquickcontext2d.cpp and not inlined. Similarly we need to export BuiltinFunction::Data for tst_qv4debugger Change-Id: Ic6c0b5ac49c291bd548b46e585e0a2bcc4ba3664 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4string_p.h')
-rw-r--r--src/qml/jsruntime/qv4string_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4string_p.h b/src/qml/jsruntime/qv4string_p.h
index 56acd1f199..f9d3cd1cc0 100644
--- a/src/qml/jsruntime/qv4string_p.h
+++ b/src/qml/jsruntime/qv4string_p.h
@@ -53,7 +53,7 @@ struct Identifier;
struct Q_QML_PRIVATE_EXPORT String : public Managed {
#ifndef V4_BOOTSTRAP
- struct Data : Managed::Data {
+ struct Q_QML_PRIVATE_EXPORT Data : Managed::Data {
Data(ExecutionEngine *engine, const QString &text);
Data(ExecutionEngine *engine, String *l, String *n);
~Data() {