diff options
Diffstat (limited to 'common/macresman.h')
-rw-r--r-- | common/macresman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/macresman.h b/common/macresman.h index d47b0ca329..6b67b06bfb 100644 --- a/common/macresman.h +++ b/common/macresman.h @@ -82,7 +82,7 @@ public: Common::SeekableReadStream *getDataFork(); Common::String getResName(uint32 typeID, uint16 resID); uint32 getResForkSize(); - bool getResForkMD5(char *md5str, uint32 length); + Common::String computeResForkMD5AsString(uint32 length = 0); Common::String getBaseFileName() { return _baseFileName; } |