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