aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/parser.h')
-rw-r--r--engines/hugo/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/parser.h b/engines/hugo/parser.h
index 41b40f0527..33851d6a2c 100644
--- a/engines/hugo/parser.h
+++ b/engines/hugo/parser.h
@@ -49,7 +49,7 @@ public:
bool isWordPresent(char **wordArr) const;
- uint16 getCmdDefaultVerbIdx(const uint16 index) const { return _cmdList[index][0].verbIndex; }
+ uint16 getCmdDefaultVerbIdx(const uint16 index) const;
void charHandler();
void command(const char *format, ...);