summaryrefslogtreecommitdiffstats
path: root/src/render/backend/framegraph/sortmethod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/framegraph/sortmethod.cpp')
-rw-r--r--src/render/backend/framegraph/sortmethod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/backend/framegraph/sortmethod.cpp b/src/render/backend/framegraph/sortmethod.cpp
index cd5fdd542..342005eaa 100644
--- a/src/render/backend/framegraph/sortmethod.cpp
+++ b/src/render/backend/framegraph/sortmethod.cpp
@@ -76,7 +76,7 @@ void SortMethod::sceneChangeEvent(const QSceneChangePtr &e)
}
}
-QList<QNodeUuid> SortMethod::criteria() const
+QList<QNodeId> SortMethod::criteria() const
{
return m_criteria;
}