aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/hugo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 903dd5a7bc..14e9527ba3 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -177,7 +177,7 @@ public:
const HugoGameDescription *_gameDescription;
uint32 getFeatures() const;
- const char *HugoEngine::getGameId() const;
+ const char *getGameId() const;
GameType getGameType() const;
Common::Platform getPlatform() const;