aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/sky.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/sky.h')
-rw-r--r--engines/sky/sky.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/sky.h b/engines/sky/sky.h
index f3d2e564c8..47c67c743b 100644
--- a/engines/sky/sky.h
+++ b/engines/sky/sky.h
@@ -89,8 +89,8 @@ public:
protected:
// Engine APIs
- virtual int init();
- virtual int go();
+ virtual Common::Error init();
+ virtual Common::Error go();
virtual GUI::Debugger *getDebugger();
virtual bool hasFeature(EngineFeature f) const;