aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/animation.h')
-rw-r--r--engines/voyeur/animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/animation.h b/engines/voyeur/animation.h
index 9480c66222..b17e998214 100644
--- a/engines/voyeur/animation.h
+++ b/engines/voyeur/animation.h
@@ -186,8 +186,8 @@ public:
* @param imgPos Position to draw image data
*/
void play(VoyeurEngine *vm, int resourceOffset = 0, byte *frames = NULL, byte *imgPos = NULL);
- RL2VideoTrack *getVideoTrack() { return _videoTrack; }
- virtual RL2AudioTrack *getAudioTrack() { return _audioTrack; }
+ RL2VideoTrack *getRL2VideoTrack() { return _videoTrack; }
+ RL2AudioTrack *getRL2AudioTrack() { return _audioTrack; }
};
} // End of namespace Voyeur