From 15a3972be0081b50ed48c66c88b43e92dd3a2e7b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 20 Jan 2007 09:03:58 +0000 Subject: [PATCH] Added OSG_EXPORT to Stats to fix Windows build --- include/osg/Stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Stats b/include/osg/Stats index 871f4f8c2..b8a9373e3 100644 --- a/include/osg/Stats +++ b/include/osg/Stats @@ -23,7 +23,7 @@ namespace osg { -class Stats : public osg::Referenced +class OSG_EXPORT Stats : public osg::Referenced { public: