diff options
Diffstat (limited to 'common/fs.h')
-rw-r--r-- | common/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.h b/common/fs.h index 29d6f667ca..4d3a417c8b 100644 --- a/common/fs.h +++ b/common/fs.h @@ -223,7 +223,7 @@ public: * @return pointer to the stream object, 0 in case of a failure */ virtual WriteStream *openForWriting() const; - + // Compatibility with ArchiveMember API. SeekableReadStream *open() { return openForReading(); |