aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickwander_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickwander_p.h')
-rw-r--r--src/particles/qquickwander_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickwander_p.h b/src/particles/qquickwander_p.h
index 7a19b47c18..10914a76da 100644
--- a/src/particles/qquickwander_p.h
+++ b/src/particles/qquickwander_p.h
@@ -28,7 +28,7 @@ struct WanderData{
qreal y_var;
};
-class QQuickWanderAffector : public QQuickParticleAffector
+class Q_QUICKPARTICLES_PRIVATE_EXPORT QQuickWanderAffector : public QQuickParticleAffector
{
Q_OBJECT
Q_PROPERTY(qreal pace READ pace WRITE setPace NOTIFY paceChanged)