aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/lzw.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/lzw.h')
-rw-r--r--engines/dm/lzw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/lzw.h b/engines/dm/lzw.h
index 80c18c5eb5..a83f1add57 100644
--- a/engines/dm/lzw.h
+++ b/engines/dm/lzw.h
@@ -53,7 +53,7 @@ class LZWdecompressor {
byte *_appendCharacter;
int16 getNextInputCode(Common::MemoryReadStream &stream, int32 *inputByteCount);
- void F0496_LZW_OutputCharacter(byte character, byte **out);
+ void outputCharacter(byte character, byte **out);
void operator=(const LZWdecompressor&); // deleted
public:
LZWdecompressor();