Added export macro for windows build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user