From f447ddb36a2bf8b923083e96b51279d72306d22a Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 8 Aug 2010 00:58:00 +0000 Subject: VIDEO: Fix compilation after the VideoDecoder::load signature change in r51725 svn-id: r51900 --- engines/gob/videoplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp index 2243468755..16d3a7c6fd 100644 --- a/engines/gob/videoplayer.cpp +++ b/engines/gob/videoplayer.cpp @@ -690,7 +690,7 @@ Graphics::CoktelDecoder *VideoPlayer::openVideo(const Common::String &file, Prop return 0; } - if (!video->load(*stream)) { + if (!video->load(stream)) { delete video; return 0; } -- cgit v1.2.3