diff options
Diffstat (limited to 'engines/sci/video')
-rw-r--r-- | engines/sci/video/seq_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/video/seq_decoder.h b/engines/sci/video/seq_decoder.h index a7f403c4d2..fb13d3a509 100644 --- a/engines/sci/video/seq_decoder.h +++ b/engines/sci/video/seq_decoder.h @@ -33,7 +33,7 @@ namespace Sci { /** * Implementation of the Sierra SEQ decoder, used in KQ6 DOS floppy/CD and GK1 DOS */ -class SeqDecoder : public Graphics::FixedRateVideoDecoder { +class SeqDecoder : public Video::FixedRateVideoDecoder { public: SeqDecoder(); virtual ~SeqDecoder(); |