diff options
-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 ae95cf91e1..d44fa15f7c 100644 --- a/engines/sherlock/talk.h +++ b/engines/sherlock/talk.h @@ -258,7 +258,7 @@ protected: /** * Checks, if a character is an opcode */ - virtual bool isOpcode(byte checkCharacter); + bool isOpcode(byte checkCharacter); /** * Display the talk interface window |