diff options
author | Tobia Tesan | 2014-11-05 19:45:39 +0100 |
---|---|---|
committer | Tobia Tesan | 2014-11-05 19:45:39 +0100 |
commit | 9787fc5768fdc7338433fa5bcbc606f7d8ffe1d2 (patch) | |
tree | db68e08bbe14e973af992c85f203807d29f2dc5b /engines/wintermute/video | |
parent | 998da18c05c159f6dffe2b25d0afe23021c8ec38 (diff) | |
download | scummvm-rg350-9787fc5768fdc7338433fa5bcbc606f7d8ffe1d2.tar.gz scummvm-rg350-9787fc5768fdc7338433fa5bcbc606f7d8ffe1d2.tar.bz2 scummvm-rg350-9787fc5768fdc7338433fa5bcbc606f7d8ffe1d2.zip |
WINTERMUTE: Fix formatting in video_subtitler.h
Diffstat (limited to 'engines/wintermute/video')
-rw-r--r-- | engines/wintermute/video/video_subtitler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h index f97461cd87..94f22909a1 100644 --- a/engines/wintermute/video/video_subtitler.h +++ b/engines/wintermute/video/video_subtitler.h @@ -34,8 +34,7 @@ namespace Wintermute { -class VideoSubtitler : - public BaseClass { +class VideoSubtitler : public BaseClass { public: VideoSubtitler(BaseGame *inGame); virtual ~VideoSubtitler(void); |