aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/globals.h')
-rw-r--r--engines/mads/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/globals.h b/engines/mads/globals.h
index fa7a630f7f..e44e97fd3c 100644
--- a/engines/mads/globals.h
+++ b/engines/mads/globals.h
@@ -48,7 +48,7 @@ public:
/**
* Synchronize the globals data
*/
- void synchronize(Common::Serializer &s);
+ virtual void synchronize(Common::Serializer &s);
};
} // End of namespace MADS