diff options
author | Martin Kiewitz | 2015-06-14 22:46:23 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-14 22:46:23 +0200 |
commit | d63b1444f28f87e2fc611075570d7f4a7a6a0e07 (patch) | |
tree | f3365bc26f3dd9b751e20bd4393646ac21009290 /engines | |
parent | 6b017c2d83880d2c1712bc5d44a3691a62d95e84 (diff) | |
download | scummvm-rg350-d63b1444f28f87e2fc611075570d7f4a7a6a0e07.tar.gz scummvm-rg350-d63b1444f28f87e2fc611075570d7f4a7a6a0e07.tar.bz2 scummvm-rg350-d63b1444f28f87e2fc611075570d7f4a7a6a0e07.zip |
SHERLOCK: remove virtual from Talk::isOpcode()
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 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 |