summaryrefslogtreecommitdiffstats
path: root/src/render/backend/pointsvisitor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/pointsvisitor_p.h')
-rw-r--r--src/render/backend/pointsvisitor_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/backend/pointsvisitor_p.h b/src/render/backend/pointsvisitor_p.h
index 1614f185b..b198fe176 100644
--- a/src/render/backend/pointsvisitor_p.h
+++ b/src/render/backend/pointsvisitor_p.h
@@ -66,6 +66,7 @@ namespace Render {
class GeometryRenderer;
class NodeManagers;
+class PickingProxy;
class Q_AUTOTEST_EXPORT PointsVisitor
{
@@ -75,6 +76,7 @@ public:
void apply(const Qt3DCore::QEntity *entity);
void apply(const GeometryRenderer *renderer, const Qt3DCore::QNodeId id);
+ void apply(const PickingProxy *proxy, const Qt3DCore::QNodeId id);
virtual void visit(uint ndx, const Vector3D &c) = 0;