summaryrefslogtreecommitdiffstats
path: root/src/core/services/nullservices_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/services/nullservices_p.h')
-rw-r--r--src/core/services/nullservices_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/services/nullservices_p.h b/src/core/services/nullservices_p.h
index 31f8da3b5..a3e3fd672 100644
--- a/src/core/services/nullservices_p.h
+++ b/src/core/services/nullservices_p.h
@@ -91,10 +91,11 @@ public:
{}
~NullCollisionQueryService() {}
- QQueryHandle query(const QRay3D &ray, QueryMode mode) Q_DECL_OVERRIDE
+ QQueryHandle query(const QRay3D &ray, QueryMode mode, Qt3DCore::QBoundingVolumeProvider *provider) Q_DECL_OVERRIDE
{
Q_UNUSED(ray);
Q_UNUSED(mode);
+ Q_UNUSED(provider);
return 0;
}