Added OSG_EXPORT to Stats to fix Windows build

This commit is contained in:
Robert Osfield 2007-01-20 09:03:58 +00:00
parent 41a0226a8f
commit 15a3972be0

View File

@ -23,7 +23,7 @@
namespace osg {
class Stats : public osg::Referenced
class OSG_EXPORT Stats : public osg::Referenced
{
public: