From 0686ba9de8f77a1928d2d7aa4736384eb0715494 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Mon, 14 Mar 2016 10:40:51 +0100 Subject: ADL: Clean up file error handling --- engines/adl/adl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/adl/adl.h') 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; -- cgit v1.2.3