summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/nodraw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/nodraw.cpp')
-rw-r--r--src/render/framegraph/nodraw.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/framegraph/nodraw.cpp b/src/render/framegraph/nodraw.cpp
index 321834910..211ca7582 100644
--- a/src/render/framegraph/nodraw.cpp
+++ b/src/render/framegraph/nodraw.cpp
@@ -6,11 +6,12 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DRender {
namespace Render {
+using namespace Qt3DCore;
+
NoDraw::NoDraw()
: FrameGraphNode(FrameGraphNode::NoDraw)
{