Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT
This commit is contained in:
@@ -32,7 +32,7 @@ class ConstArrayVisitor;
|
||||
class ValueVisitor;
|
||||
class ConstValueVisitor;
|
||||
|
||||
class SG_EXPORT Array : public Object
|
||||
class OSG_EXPORT Array : public Object
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -164,7 +164,7 @@ class TemplateArray : public Array, public std::vector<T>
|
||||
virtual ~TemplateArray() {}
|
||||
};
|
||||
|
||||
class SG_EXPORT IndexArray : public Array
|
||||
class OSG_EXPORT IndexArray : public Array
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user