diff --git a/include/osgUtil/LineSegmentIntersector b/include/osgUtil/LineSegmentIntersector index 61624ff72..95fb79520 100644 --- a/include/osgUtil/LineSegmentIntersector +++ b/include/osgUtil/LineSegmentIntersector @@ -67,7 +67,7 @@ class OSGUTIL_EXPORT LineSegmentIntersector : public Intersector /** convinience function for mapping the intersection point to any textures assigned to the objects intersected. * Returns the Texture pointer and texture coords of object hit when a texture is available on the object, returns NULL otherwise.*/ osg::Texture* getTextureLookUp(osg::Vec3& tc) const; - + }; typedef std::multiset Intersections;