Added export macro for windows build

This commit is contained in:
Robert Osfield
2007-12-10 11:20:22 +00:00
parent 0c4648e027
commit 9946cb3b24

View File

@@ -20,11 +20,12 @@
#include <osg/Object>
#include <osgSim/Export>
namespace osgSim
{
class ShapeAttribute
class OSGSIM_EXPORT ShapeAttribute
{
public:
@@ -72,7 +73,7 @@ class ShapeAttribute
};
class ShapeAttributeList : public osg::Object, public std::vector<ShapeAttribute>
class OSGSIM_EXPORT ShapeAttributeList : public osg::Object, public std::vector<ShapeAttribute>
{
public:
META_Object(osgSim, ShapeAttributeList)