diff options
author | Arnaud Boutonné | 2010-11-29 17:50:30 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-11-29 17:50:30 +0000 |
commit | b6f9407ec6369f98bab1d13746ba0316ac1c50dd (patch) | |
tree | b5e7414fd8ba420ab74d0115878493cda4e753f8 | |
parent | 45f55128b1c811bd2824e0acfbd5801fc78a2256 (diff) | |
download | scummvm-rg350-b6f9407ec6369f98bab1d13746ba0316ac1c50dd.tar.gz scummvm-rg350-b6f9407ec6369f98bab1d13746ba0316ac1c50dd.tar.bz2 scummvm-rg350-b6f9407ec6369f98bab1d13746ba0316ac1c50dd.zip |
HUGO: Fix compilation
svn-id: r54577
-rw-r--r-- | engines/hugo/hugo.h | 2 |
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; |