Added SG_EXPORT to PositionAttitudeTransform and MatrixTransform.

This commit is contained in:
Robert Osfield
2002-08-14 20:56:04 +00:00
parent 60b73bcb7b
commit 7d00b3b729
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: