summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsnodepool_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/parser/qmljsnodepool_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsnodepool_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/parser/qmljsnodepool_p.h b/src/declarative/qml/parser/qmljsnodepool_p.h
index 573a947..abe4cc8 100644
--- a/src/declarative/qml/parser/qmljsnodepool_p.h
+++ b/src/declarative/qml/parser/qmljsnodepool_p.h
@@ -53,12 +53,12 @@
// We mean it.
//
+#include "qmljsglobal_p.h"
+#include "qmljsmemorypool_p.h"
+
#include <QtCore/QHash>
#include <QtCore/QString>
-#include <private/qmljsglobal_p.h>
-#include <private/qmljsmemorypool_p.h>
-
QT_QML_BEGIN_NAMESPACE
namespace QmlJS {
@@ -106,7 +106,7 @@ inline NodeType *makeAstNode(MemoryPool *storage, Arg1 arg1, Arg2 arg2, Arg3 arg
return node;
}
-class NodePool : public MemoryPool
+class QML_PARSER_EXPORT NodePool : public MemoryPool
{
public:
NodePool(const QString &fileName, Engine *engine);