diff options
Diffstat (limited to 'engines')
-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 |