diff options
author | Martin Kiewitz | 2015-06-14 22:40:09 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-14 22:40:09 +0200 |
commit | 95e4603e75c334ac00768961aad36ec64923992e (patch) | |
tree | 8a63ea8674443d096afa6dc8aa2ce2f804a63967 | |
parent | 6ab3857597980e9f525354557d247b1dbb2c144a (diff) | |
download | scummvm-rg350-95e4603e75c334ac00768961aad36ec64923992e.tar.gz scummvm-rg350-95e4603e75c334ac00768961aad36ec64923992e.tar.bz2 scummvm-rg350-95e4603e75c334ac00768961aad36ec64923992e.zip |
SHERLOCK: fix build
-rw-r--r-- | engines/sherlock/talk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h index 563f780365..3a85c5d6d9 100644 --- a/engines/sherlock/talk.h +++ b/engines/sherlock/talk.h @@ -258,7 +258,7 @@ protected: /** * Checks, if a character is an opcode */ - inline bool isOpcode(byte checkCharacter); + virtual inline bool isOpcode(byte checkCharacter); /** * Display the talk interface window |