aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/sync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sound/sync.cpp')
-rw-r--r--engines/sci/sound/sync.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sound/sync.cpp b/engines/sci/sound/sync.cpp
index 08abad188b..4e75dab725 100644
--- a/engines/sci/sound/sync.cpp
+++ b/engines/sci/sound/sync.cpp
@@ -25,6 +25,7 @@
#include "sync.h"
namespace Sci {
+
Sync::Sync(ResourceManager *resMan, SegManager *segMan) :
_resMan(resMan),
_segMan(segMan),