diff options
author | Ori Avtalion | 2011-04-25 22:29:26 +0300 |
---|---|---|
committer | Ori Avtalion | 2011-04-28 12:20:34 +0300 |
commit | cd6ee0589d0556d3d9e81d835c8b900636083de5 (patch) | |
tree | 916347e7c0fc0a6fdc9d3a63bec780b15101d3f5 /engines/lastexpress/data | |
parent | 80c90a569eb06f6a12ca0f0f256d0cbb028f19be (diff) | |
download | scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.gz scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.bz2 scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.zip |
JANITORIAL: Format forward declarations to follow convention
Diffstat (limited to 'engines/lastexpress/data')
-rw-r--r-- | engines/lastexpress/data/snd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/data/snd.h b/engines/lastexpress/data/snd.h index 2d28404f42..61d1c0951a 100644 --- a/engines/lastexpress/data/snd.h +++ b/engines/lastexpress/data/snd.h @@ -42,8 +42,8 @@ #include "audio/mixer.h" namespace Audio { - class AudioStream; - class QueuingAudioStream; +class AudioStream; +class QueuingAudioStream; } namespace Common { |