From Jean-Sebastien Guay, added OSGUTIL_EXPORT for Windows build

This commit is contained in:
Robert Osfield
2008-01-10 11:08:11 +00:00
parent 9d010e14fe
commit 98365fa82a

View File

@@ -16,11 +16,12 @@
#include <osg/PrimitiveSet>
#include <osg/Notify>
#include <osgUtil/Export>
namespace osgUtil {
class ReversePrimitiveFunctor : public osg::PrimitiveIndexFunctor
class OSGUTIL_EXPORT ReversePrimitiveFunctor : public osg::PrimitiveIndexFunctor
{
public: