aboutsummaryrefslogtreecommitdiff
path: root/video/dxa_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/dxa_decoder.h')
-rw-r--r--video/dxa_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dxa_decoder.h b/video/dxa_decoder.h
index e480298a90..614cb2d90b 100644
--- a/video/dxa_decoder.h
+++ b/video/dxa_decoder.h
@@ -43,7 +43,7 @@ public:
DXADecoder();
virtual ~DXADecoder();
- bool load(Common::SeekableReadStream *stream);
+ bool loadStream(Common::SeekableReadStream *stream);
void close();
bool isVideoLoaded() const { return _fileStream != 0; }