From Paul Martz, added export to fix Windows build

This commit is contained in:
Robert Osfield 2007-01-03 19:11:57 +00:00
parent 1de65ddedc
commit 21869a79a9

View File

@ -14,6 +14,8 @@
#ifndef OSGUTIL_STATISTICS #ifndef OSGUTIL_STATISTICS
#define OSGUTIL_STATISTICS 1 #define OSGUTIL_STATISTICS 1
#include <osgUtil/Export>
#include <osg/PrimitiveSet> #include <osg/PrimitiveSet>
#include <osg/Drawable> #include <osg/Drawable>
#include <osg/NodeVisitor> #include <osg/NodeVisitor>
@ -42,7 +44,7 @@ namespace osgUtil {
* each trifan or tristrip = (length-2) triangles and so on. * each trifan or tristrip = (length-2) triangles and so on.
*/ */
class Statistics : public osg::PrimitiveFunctor class OSGUTIL_EXPORT Statistics : public osg::PrimitiveFunctor
{ {
public: public: