From a3e28a795f48bc93a968ee0ea19224d054a45ec4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 12 Jul 2008 17:30:17 +0000 Subject: [PATCH] Added an OSG_EXPORT --- include/osg/KdTree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/KdTree b/include/osg/KdTree index e4816048e..446e8a77f 100644 --- a/include/osg/KdTree +++ b/include/osg/KdTree @@ -34,7 +34,7 @@ class OSG_EXPORT KdTree : public osg::Shape META_Shape(osg, KdTree) - struct BuildOptions + struct OSG_EXPORT BuildOptions { BuildOptions();