From Paul Martz, added export to fix Windows build
This commit is contained in:
parent
1de65ddedc
commit
21869a79a9
@ -14,6 +14,8 @@
|
||||
#ifndef OSGUTIL_STATISTICS
|
||||
#define OSGUTIL_STATISTICS 1
|
||||
|
||||
#include <osgUtil/Export>
|
||||
|
||||
#include <osg/PrimitiveSet>
|
||||
#include <osg/Drawable>
|
||||
#include <osg/NodeVisitor>
|
||||
@ -42,7 +44,7 @@ namespace osgUtil {
|
||||
* each trifan or tristrip = (length-2) triangles and so on.
|
||||
*/
|
||||
|
||||
class Statistics : public osg::PrimitiveFunctor
|
||||
class OSGUTIL_EXPORT Statistics : public osg::PrimitiveFunctor
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user