aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 599d7085fb..69f4a20632 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -191,8 +191,8 @@ private:
uint32 _pauseStart;
// Engine APIs
- virtual int init();
- virtual int go();
+ virtual Common::Error init();
+ virtual Common::Error go();
virtual bool hasFeature(EngineFeature f) const;
virtual void pauseEngineIntern(bool pause);