diff options
Diffstat (limited to 'common/unarj.h')
| -rw-r--r-- | common/unarj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/unarj.h b/common/unarj.h index b015999671..c8965968f6 100644 --- a/common/unarj.h +++ b/common/unarj.h @@ -110,7 +110,7 @@ public: void registerArchive(const String &filename); - bool open(const Common::String &filename, AccessMode mode = kFileReadMode); + bool open(const Common::String &filename); void close(); uint32 read(void *dataPtr, uint32 dataSize); |
