Added exports for Windows build
This commit is contained in:
parent
a1c71a253a
commit
57475ed8fe
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user