summaryrefslogtreecommitdiffstats
path: root/src/render/lights/lightsource_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/lightsource_p.h')
-rw-r--r--src/render/lights/lightsource_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/lightsource_p.h b/src/render/lights/lightsource_p.h
index 9e56dc70e..bfa2b81f9 100644
--- a/src/render/lights/lightsource_p.h
+++ b/src/render/lights/lightsource_p.h
@@ -51,7 +51,7 @@
// We mean it.
//
-#include <Qt3DRender/qt3drender_global.h>
+#include <Qt3DRender/private/qt3drender_global_p.h>
#include <QVector>
QT_BEGIN_NAMESPACE
@@ -63,7 +63,7 @@ namespace Render {
class Entity;
class Light;
-struct LightSource {
+struct Q_3DRENDERSHARED_PRIVATE_EXPORT LightSource {
LightSource();
LightSource(Entity *entity, const QVector<Light *> &lights);