From d37907d35d35419da6c11aa26c6d639ca738a26c Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 1 Mar 2009 12:48:15 +0000 Subject: [PATCH] BVHLineSegmentVisitor::setLineSegmentEnd doesn't return anything --- simgear/scene/bvh/BVHLineSegmentVisitor.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/bvh/BVHLineSegmentVisitor.hxx b/simgear/scene/bvh/BVHLineSegmentVisitor.hxx index aec9c081..db3508bc 100644 --- a/simgear/scene/bvh/BVHLineSegmentVisitor.hxx +++ b/simgear/scene/bvh/BVHLineSegmentVisitor.hxx @@ -66,7 +66,7 @@ public: virtual void apply(const BVHStaticTriangle&, const BVHStaticData&); protected: - bool setLineSegmentEnd(const SGVec3d& end) + void setLineSegmentEnd(const SGVec3d& end) { // Ok, you need to make sure that the new end is in the previous // direction and that the line segment is not enlarged by that call. -- 2.39.5