aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-27 19:37:00 +0200
committerEinar Johan Trøan Sømåen2012-07-27 19:37:14 +0200
commit8ed71a99f6aaee27a3187cb47fe0c3b30acf88a0 (patch)
tree2d15119ac112cd0751c145f5ba4959f443130bca /engines/wintermute/video
parentc7fa8e7d1024e4447a7396b5099870d01b775746 (diff)
downloadscummvm-rg350-8ed71a99f6aaee27a3187cb47fe0c3b30acf88a0.tar.gz
scummvm-rg350-8ed71a99f6aaee27a3187cb47fe0c3b30acf88a0.tar.bz2
scummvm-rg350-8ed71a99f6aaee27a3187cb47fe0c3b30acf88a0.zip
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperClass(args)
Diffstat (limited to 'engines/wintermute/video')
-rw-r--r--engines/wintermute/video/video_player.cpp2
-rw-r--r--engines/wintermute/video/video_theora_player.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/video/video_player.cpp b/engines/wintermute/video/video_player.cpp
index d0b4019621..a3eedaa293 100644
--- a/engines/wintermute/video/video_player.cpp
+++ b/engines/wintermute/video/video_player.cpp
@@ -36,7 +36,7 @@ namespace WinterMute {
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
-VideoPlayer::VideoPlayer(BaseGame *inGame): BaseClass(inGame) {
+VideoPlayer::VideoPlayer(BaseGame *inGame) : BaseClass(inGame) {
setDefaults();
}
diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp
index c0a86ecd7e..dad456f431 100644
--- a/engines/wintermute/video/video_theora_player.cpp
+++ b/engines/wintermute/video/video_theora_player.cpp
@@ -43,7 +43,7 @@ namespace WinterMute {
IMPLEMENT_PERSISTENT(VideoTheoraPlayer, false)
//////////////////////////////////////////////////////////////////////////
-VideoTheoraPlayer::VideoTheoraPlayer(BaseGame *inGame): BaseClass(inGame) {
+VideoTheoraPlayer::VideoTheoraPlayer(BaseGame *inGame) : BaseClass(inGame) {
SetDefaults();
}