Skip to content

Commit d599719

Browse files
committed
Fixed warnings
1 parent 6296817 commit d599719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/vsg/utils/LineSegmentIntersector.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ namespace vsg
3434
LineSegmentIntersector(const dvec3& s, const dvec3& e, ref_ptr<ArrayState> initialArrayData = {});
3535
LineSegmentIntersector(const Camera& camera, int32_t x, int32_t y, ref_ptr<ArrayState> initialArrayData = {});
3636

37+
using Intersector::apply;
38+
3739
void reset(ref_ptr<ArrayState> initialArrayData = {}) override;
3840
virtual void reset(const dvec3& s, const dvec3& e, ref_ptr<ArrayState> initialArrayData = {});
3941
virtual void reset(const Camera& camera, int32_t x, int32_t y, ref_ptr<ArrayState> initialArrayData = {});

0 commit comments

Comments
 (0)