aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-14 10:40:51 +0100
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit0686ba9de8f77a1928d2d7aa4736384eb0715494 (patch)
treeafe3750c8c0f4629cd27b0aa3d119e44801cbafd /engines/adl/adl.h
parent148814b2a6c3dffb53b8d902eb7fcfb68110bea3 (diff)
downloadscummvm-rg350-0686ba9de8f77a1928d2d7aa4736384eb0715494.tar.gz
scummvm-rg350-0686ba9de8f77a1928d2d7aa4736384eb0715494.tar.bz2
scummvm-rg350-0686ba9de8f77a1928d2d7aa4736384eb0715494.zip
ADL: Clean up file error handling
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index d8c631ec48..c457291feb 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -143,7 +143,7 @@ protected:
Common::String readString(Common::ReadStream &stream, byte until = 0) const;
Common::String readStringAt(Common::SeekableReadStream &stream, uint offset, byte until = 0) const;
- Common::File *openFile(const Common::String &name) const;
+ void openFile(Common::File &file, const Common::String &name) const;
virtual void printMessage(uint idx, bool wait = true) const;
void delay(uint32 ms) const;