From 9946cb3b247cf75102de59dc27abdbbb270b7efc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 10 Dec 2007 11:20:22 +0000 Subject: [PATCH] Added export macro for windows build --- include/osgSim/ShapeAttribute | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/osgSim/ShapeAttribute b/include/osgSim/ShapeAttribute index 8b1103d30..a0acbb21a 100644 --- a/include/osgSim/ShapeAttribute +++ b/include/osgSim/ShapeAttribute @@ -20,11 +20,12 @@ #include +#include namespace osgSim { -class ShapeAttribute +class OSGSIM_EXPORT ShapeAttribute { public: @@ -72,7 +73,7 @@ class ShapeAttribute }; -class ShapeAttributeList : public osg::Object, public std::vector +class OSGSIM_EXPORT ShapeAttributeList : public osg::Object, public std::vector { public: META_Object(osgSim, ShapeAttributeList)