summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qpointlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qpointlight.h')
-rw-r--r--src/render/lights/qpointlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qpointlight.h b/src/render/lights/qpointlight.h
index 16e048560..1efe1679a 100644
--- a/src/render/lights/qpointlight.h
+++ b/src/render/lights/qpointlight.h
@@ -48,7 +48,7 @@ namespace Qt3DRender {
class QPointLightPrivate;
-class QT3DRENDERSHARED_EXPORT QPointLight : public QAbstractLight
+class Q_3DRENDERSHARED_EXPORT QPointLight : public QAbstractLight
{
Q_OBJECT
Q_PROPERTY(float constantAttenuation READ constantAttenuation WRITE setConstantAttenuation NOTIFY constantAttenuationChanged)