summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qblendequation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qblendequation.h')
-rw-r--r--src/render/renderstates/qblendequation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qblendequation.h b/src/render/renderstates/qblendequation.h
index d084113d7..69a06768d 100644
--- a/src/render/renderstates/qblendequation.h
+++ b/src/render/renderstates/qblendequation.h
@@ -49,7 +49,7 @@ namespace Qt3DRender {
class QBlendEquationPrivate;
-class QT3DRENDERSHARED_EXPORT QBlendEquation : public QRenderState
+class Q_3DRENDERSHARED_EXPORT QBlendEquation : public QRenderState
{
Q_OBJECT
Q_PROPERTY(BlendFunction blendFunction READ blendFunction WRITE setBlendFunction NOTIFY blendFunctionChanged)