aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/intro.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/intro.h')
-rw-r--r--engines/hugo/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/intro.h b/engines/hugo/intro.h
index c743475644..772d98e244 100644
--- a/engines/hugo/intro.h
+++ b/engines/hugo/intro.h
@@ -57,7 +57,7 @@ public:
void freeIntroData();
void loadIntroData(Common::SeekableReadStream &in);
- byte getIntroSize() const { return _introXSize; }
+ byte getIntroSize() const;
protected:
HugoEngine *_vm;