summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qstenciltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qstenciltest.cpp')
-rw-r--r--src/render/frontend/qstenciltest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/qstenciltest.cpp b/src/render/frontend/qstenciltest.cpp
index 2f315deab..2533d71a9 100644
--- a/src/render/frontend/qstenciltest.cpp
+++ b/src/render/frontend/qstenciltest.cpp
@@ -44,7 +44,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QStencilTestPrivate : public QRenderStatePrivate
{
@@ -96,6 +96,6 @@ void QStencilTest::copy(const QNode *ref)
}
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE