Added OSGUTIL_EXPORT for Windows build

This commit is contained in:
Robert Osfield 2013-05-13 13:12:13 +00:00
parent 1b599fc5ae
commit 191cf8f5aa

View File

@ -37,7 +37,7 @@ class OSGUTIL_EXPORT LineSegmentIntersector : public Intersector
* In VIEW and MODEL coordinates creates a start value of (x,y,0) and end value of (x,y,1).*/ * In VIEW and MODEL coordinates creates a start value of (x,y,0) and end value of (x,y,1).*/
LineSegmentIntersector(CoordinateFrame cf, double x, double y); LineSegmentIntersector(CoordinateFrame cf, double x, double y);
struct Intersection struct OSGUTIL_EXPORT Intersection
{ {
Intersection(): Intersection():
ratio(-1.0), ratio(-1.0),