aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_v3.cpp')
-rw-r--r--engines/gob/init_v3.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/init_v3.cpp b/engines/gob/init_v3.cpp
index 67304b389a..c96005ed5a 100644
--- a/engines/gob/init_v3.cpp
+++ b/engines/gob/init_v3.cpp
@@ -34,6 +34,9 @@ namespace Gob {
Init_v3::Init_v3(GobEngine *vm) : Init_v2(vm) {
}
+Init_v3::~Init_v3() {
+}
+
void Init_v3::initVideo() {
Init_v2::initVideo();