Added SG_EXPORT to PositionAttitudeTransform and MatrixTransform.
This commit is contained in:
@@ -81,7 +81,7 @@ class SG_EXPORT MatrixTransform : public Transform
|
||||
|
||||
/** Callback which can be attached to a MatrixTransform as an app
|
||||
* callback to allow it to follow the path defined by a AnimationPath.*/
|
||||
class AnimationPathCallback : public NodeCallback
|
||||
class SG_EXPORT AnimationPathCallback : public NodeCallback
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ class SG_EXPORT PositionAttitudeTransform : public Transform
|
||||
/** Callback which can be attached to a PositionAttitudeTransform
|
||||
* as an app callback to allow it to follow the path defined by a
|
||||
* AnimationPath.*/
|
||||
class AnimationPathCallback : public NodeCallback
|
||||
class SG_EXPORT AnimationPathCallback : public NodeCallback
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user