[Scummvm-cvs-logs] scummvm master -> 95e4603e75c334ac00768961aad36ec64923992e

m-kiewitz m_kiewitz at users.sourceforge.net
Sun Jun 14 22:40:59 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
95e4603e75 SHERLOCK: fix build


Commit: 95e4603e75c334ac00768961aad36ec64923992e
    https://github.com/scummvm/scummvm/commit/95e4603e75c334ac00768961aad36ec64923992e
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-14T22:40:09+02:00

Commit Message:
SHERLOCK: fix build

Changed paths:
    engines/sherlock/talk.h



diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h
index 563f780..3a85c5d 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






More information about the Scummvm-git-logs mailing list