Skip to content

Commit

Permalink
Added OSGUTIL_EXPORT for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 13, 2013
1 parent 51c47b0 commit 80b4535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/osgUtil/LineSegmentIntersector
Expand Up @@ -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),
Expand Down

0 comments on commit 80b4535

Please sign in to comment.