aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-07 12:14:23 +0100
committerTobia Tesan2014-10-15 21:36:45 +0200
commit8decf3d7424c8cb8eeae99d0aede78c445f18e9f (patch)
tree86d6132ed2eb4dd5466b148c2b6d24089c95120a /engines/wintermute/video/video_subtitler.h
parent2eee488e364460772dcb8a85962f6c210810587b (diff)
downloadscummvm-rg350-8decf3d7424c8cb8eeae99d0aede78c445f18e9f.tar.gz
scummvm-rg350-8decf3d7424c8cb8eeae99d0aede78c445f18e9f.tar.bz2
scummvm-rg350-8decf3d7424c8cb8eeae99d0aede78c445f18e9f.zip
WINTERMUTE: Remove ////-style separators from imported subtitle code
Diffstat (limited to 'engines/wintermute/video/video_subtitler.h')
-rw-r--r--engines/wintermute/video/video_subtitler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h
index 68964a4084..977fc10066 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -48,6 +48,7 @@ public:
long _lastSample;
Common::Array<VideoSubtitle *> _subtitles;
};
-}
+
+} // End of namespace Wintermute
#endif