Added exports for Windows build

This commit is contained in:
Robert Osfield 2008-01-06 10:52:23 +00:00
parent a1c71a253a
commit 57475ed8fe

View File

@ -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: