windows compilation fix

metadata
Wenzel Jakob 2010-11-16 11:41:56 -08:00
parent ceaa1907c0
commit da6f122ccc
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ template<> void AnimationTrack<Quaternion>::serialize(Stream *stream, const Quat
}
/// Animated transformation with an underlying keyframe representation
class AnimatedTransform : public Object {
class MTS_EXPORT_RENDER AnimatedTransform : public Object {
public:
/// Create a new animated transform
AnimatedTransform() { }