summaryrefslogtreecommitdiffstats
path: root/src/render/backend/trianglesvisitor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/trianglesvisitor_p.h')
-rw-r--r--src/render/backend/trianglesvisitor_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/backend/trianglesvisitor_p.h b/src/render/backend/trianglesvisitor_p.h
index e8ac9bf27..fd8517a02 100644
--- a/src/render/backend/trianglesvisitor_p.h
+++ b/src/render/backend/trianglesvisitor_p.h
@@ -69,6 +69,7 @@ namespace Qt3DRender {
namespace Render {
class GeometryRenderer;
+class PickingProxy;
class NodeManagers;
class Attribute;
class Buffer;
@@ -81,6 +82,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 andx, const Vector3D &a,
uint bndx, const Vector3D &b,