summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qenvironmentlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qenvironmentlight.h')
-rw-r--r--src/render/lights/qenvironmentlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qenvironmentlight.h b/src/render/lights/qenvironmentlight.h
index 995768d3c..3afc44f28 100644
--- a/src/render/lights/qenvironmentlight.h
+++ b/src/render/lights/qenvironmentlight.h
@@ -50,7 +50,7 @@ namespace Qt3DRender {
class QAbstractTexture;
class QEnvironmentLightPrivate;
-class QT3DRENDERSHARED_EXPORT QEnvironmentLight : public Qt3DCore::QComponent
+class Q_3DRENDERSHARED_EXPORT QEnvironmentLight : public Qt3DCore::QComponent
{
Q_OBJECT
Q_PROPERTY(Qt3DRender::QAbstractTexture *irradiance READ irradiance WRITE setIrradiance NOTIFY irradianceChanged)