aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-05 16:38:10 +0100
committerTobia Tesan2014-10-15 21:36:44 +0200
commit647b7217444fbe88f21a99073cb2377092bef9ab (patch)
tree83617d267593352f2c86eb275bb864d04c5e635a /engines/wintermute/video/video_subtitler.h
parent113e837d557d4316efc83b771480199a5cc023c8 (diff)
downloadscummvm-rg350-647b7217444fbe88f21a99073cb2377092bef9ab.tar.gz
scummvm-rg350-647b7217444fbe88f21a99073cb2377092bef9ab.tar.bz2
scummvm-rg350-647b7217444fbe88f21a99073cb2377092bef9ab.zip
WINTERMUTE: Refactor/Reformat VideoSubtitler::update
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 0025f19e84..68964a4084 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -34,7 +34,8 @@
namespace Wintermute {
-class VideoSubtitler : public BaseClass {
+class VideoSubtitler :
+ public BaseClass {
public:
VideoSubtitler(BaseGame *inGame);
virtual ~VideoSubtitler(void);