diff options
Diffstat (limited to 'video')
-rw-r--r-- | video/codecs/qdm2.h | 4 | ||||
-rw-r--r-- | video/coktel_decoder.h | 2 | ||||
-rw-r--r-- | video/flic_decoder.h | 2 | ||||
-rw-r--r-- | video/mpeg_player.h | 2 | ||||
-rw-r--r-- | video/qt_decoder.h | 4 | ||||
-rw-r--r-- | video/smk_decoder.h | 2 | ||||
-rw-r--r-- | video/video_decoder.h | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/video/codecs/qdm2.h b/video/codecs/qdm2.h index a6acf3a83e..b224e801a6 100644 --- a/video/codecs/qdm2.h +++ b/video/codecs/qdm2.h @@ -30,11 +30,11 @@ #define VIDEO_CODECS_QDM2_H namespace Common { - class SeekableReadStream; +class SeekableReadStream; } namespace Audio { - class AudioStream; +class AudioStream; } namespace Video { diff --git a/video/coktel_decoder.h b/video/coktel_decoder.h index e83e1d29ed..8d97fcfd31 100644 --- a/video/coktel_decoder.h +++ b/video/coktel_decoder.h @@ -42,7 +42,7 @@ #include "audio/mixer.h" namespace Audio { - class QueuingAudioStream; +class QueuingAudioStream; } namespace Video { diff --git a/video/flic_decoder.h b/video/flic_decoder.h index 954fed7bfa..36f1c9e740 100644 --- a/video/flic_decoder.h +++ b/video/flic_decoder.h @@ -31,7 +31,7 @@ #include "common/rect.h" namespace Common { - class SeekableReadStream; +class SeekableReadStream; } namespace Video { diff --git a/video/mpeg_player.h b/video/mpeg_player.h index 44baff9c2b..dde272a9c6 100644 --- a/video/mpeg_player.h +++ b/video/mpeg_player.h @@ -81,7 +81,7 @@ typedef sequence_t mpeg2_sequence_t; #define BUFFER_SIZE 4096 namespace Common { - class File; +class File; } class OSystem; diff --git a/video/qt_decoder.h b/video/qt_decoder.h index f11689e021..60262187ac 100644 --- a/video/qt_decoder.h +++ b/video/qt_decoder.h @@ -45,8 +45,8 @@ #include "audio/mixer.h" namespace Common { - class File; - class MacResManager; +class File; +class MacResManager; } namespace Video { diff --git a/video/smk_decoder.h b/video/smk_decoder.h index 2d01909a44..62ef9a15af 100644 --- a/video/smk_decoder.h +++ b/video/smk_decoder.h @@ -30,7 +30,7 @@ #include "audio/mixer.h" namespace Audio { - class QueuingAudioStream; +class QueuingAudioStream; } namespace Video { diff --git a/video/video_decoder.h b/video/video_decoder.h index 348b5dc0a3..d8296b586f 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -37,7 +37,7 @@ namespace Common { - class SeekableReadStream; +class SeekableReadStream; } namespace Video { |