From 57475ed8febab54a9f1522c590d2aae554b401be Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 6 Jan 2008 10:52:23 +0000 Subject: [PATCH] Added exports for Windows build --- include/osgUtil/DrawElementTypeSimplifier | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgUtil/DrawElementTypeSimplifier b/include/osgUtil/DrawElementTypeSimplifier index 3af8cf94a..169028cc6 100644 --- a/include/osgUtil/DrawElementTypeSimplifier +++ b/include/osgUtil/DrawElementTypeSimplifier @@ -20,13 +20,13 @@ namespace osgUtil { -class DrawElementTypeSimplifier +class OSGUTIL_EXPORT DrawElementTypeSimplifier { public: void simplify(osg::Geometry & geometry) const; }; -class DrawElementTypeSimplifierVisitor : public osg::NodeVisitor +class OSGUTIL_EXPORT DrawElementTypeSimplifierVisitor : public osg::NodeVisitor { public: