summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/calcboundingvolumejob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/jobs/calcboundingvolumejob.cpp')
-rw-r--r--src/core/jobs/calcboundingvolumejob.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/jobs/calcboundingvolumejob.cpp b/src/core/jobs/calcboundingvolumejob.cpp
index 5fab373b3..ab6af8928 100644
--- a/src/core/jobs/calcboundingvolumejob.cpp
+++ b/src/core/jobs/calcboundingvolumejob.cpp
@@ -190,6 +190,8 @@ bool CalculateBoundingVolumeJob::isRequired()
void CalculateBoundingVolumeJob::run()
{
+ using QBufferPrivate = Qt3DCore::QBufferPrivate;
+
// There's 2 bounding volume jobs, one here in Core, the other in Render.
// - This one computes bounding volumes for entities that have QBoundingVolume
// components and use QGeometryViews.