From 7d00b3b729825610c5b375aec77de464b23bd463 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 14 Aug 2002 20:56:04 +0000 Subject: [PATCH] Added SG_EXPORT to PositionAttitudeTransform and MatrixTransform. --- include/osg/MatrixTransform | 2 +- include/osg/PositionAttitudeTransform | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osg/MatrixTransform b/include/osg/MatrixTransform index 0764ad856..47498c6dd 100644 --- a/include/osg/MatrixTransform +++ b/include/osg/MatrixTransform @@ -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: diff --git a/include/osg/PositionAttitudeTransform b/include/osg/PositionAttitudeTransform index 53725d595..439fd7da7 100644 --- a/include/osg/PositionAttitudeTransform +++ b/include/osg/PositionAttitudeTransform @@ -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: