summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qstencilmask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qstencilmask.h')
-rw-r--r--src/render/renderstates/qstencilmask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qstencilmask.h b/src/render/renderstates/qstencilmask.h
index 364e34a59..c99d12973 100644
--- a/src/render/renderstates/qstencilmask.h
+++ b/src/render/renderstates/qstencilmask.h
@@ -51,7 +51,7 @@ class QT3DRENDERSHARED_EXPORT QStencilMask : public QRenderState
Q_PROPERTY(uint frontMask READ frontMask WRITE setFrontMask NOTIFY frontMaskChanged)
Q_PROPERTY(uint backMask READ backMask WRITE setBackMask NOTIFY backMaskChanged)
public:
- explicit QStencilMask(Qt3DCore::QNode *parent = 0);
+ explicit QStencilMask(Qt3DCore::QNode *parent = Q_NULLPTR);
~QStencilMask();
uint frontMask() const;