From 191cf8f5aa21cc0547b50447a093e84d052f1d85 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 13 May 2013 13:12:13 +0000 Subject: [PATCH] Added OSGUTIL_EXPORT for Windows build --- include/osgUtil/LineSegmentIntersector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/LineSegmentIntersector b/include/osgUtil/LineSegmentIntersector index f9c8dfe7a..61624ff72 100644 --- a/include/osgUtil/LineSegmentIntersector +++ b/include/osgUtil/LineSegmentIntersector @@ -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).*/ LineSegmentIntersector(CoordinateFrame cf, double x, double y); - struct Intersection + struct OSGUTIL_EXPORT Intersection { Intersection(): ratio(-1.0),