summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyvalueremovedchangebase_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qpropertyvalueremovedchangebase_p.h')
-rw-r--r--src/core/changes/qpropertyvalueremovedchangebase_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/changes/qpropertyvalueremovedchangebase_p.h b/src/core/changes/qpropertyvalueremovedchangebase_p.h
index 9313196cd..e4c4be640 100644
--- a/src/core/changes/qpropertyvalueremovedchangebase_p.h
+++ b/src/core/changes/qpropertyvalueremovedchangebase_p.h
@@ -52,6 +52,7 @@
//
#include <private/qscenechange_p.h>
+#include <Qt3DCore/private/qt3dcore_global_p.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +60,7 @@ namespace Qt3DCore {
class QPropertyValueRemovedChangeBase;
-class QPropertyValueRemovedChangeBasePrivate : public QSceneChangePrivate
+class QT3DCORE_PRIVATE_EXPORT QPropertyValueRemovedChangeBasePrivate : public QSceneChangePrivate
{
public:
QPropertyValueRemovedChangeBasePrivate();