Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT
This commit is contained in:
@@ -23,7 +23,7 @@ namespace osg {
|
||||
* which represents a 4x4 transformation of its children from local coordinates
|
||||
* into the Transform's parent coordinates.
|
||||
*/
|
||||
class SG_EXPORT MatrixTransform : public Transform
|
||||
class OSG_EXPORT MatrixTransform : public Transform
|
||||
{
|
||||
public :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user