aboutsummaryrefslogtreecommitdiff
path: root/video/smk_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/smk_decoder.h')
-rw-r--r--video/smk_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/smk_decoder.h b/video/smk_decoder.h
index 6150335763..146d8a7935 100644
--- a/video/smk_decoder.h
+++ b/video/smk_decoder.h
@@ -58,7 +58,7 @@ public:
Audio::Mixer::SoundType soundType = Audio::Mixer::kSFXSoundType);
virtual ~SmackerDecoder();
- bool load(Common::SeekableReadStream *stream);
+ bool loadStream(Common::SeekableReadStream *stream);
void close();
bool isVideoLoaded() const { return _fileStream != 0; }