]> git.mxchange.org Git - simgear.git/commitdiff
BVHLineSegmentVisitor::setLineSegmentEnd doesn't return anything
authorfredb <fredb>
Sun, 1 Mar 2009 12:48:15 +0000 (12:48 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:32:05 +0000 (10:32 +0100)
simgear/scene/bvh/BVHLineSegmentVisitor.hxx

index aec9c0813ab730bd46d5ae31a9442a39f90e97e6..db3508bc67a89e83d958241d78a4e57c61d1e066 100644 (file)
@@ -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.