[Scummvm-cvs-logs] scummvm master -> 5fc80f99d9daf07d037397fb32ed1bb828f02f50

lordhoto lordhoto at gmail.com
Tue Dec 27 02:54:48 CET 2011


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:
5fc80f99d9 KYRA: Fix compilation with clang.


Commit: 5fc80f99d9daf07d037397fb32ed1bb828f02f50
    https://github.com/scummvm/scummvm/commit/5fc80f99d9daf07d037397fb32ed1bb828f02f50
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-26T17:51:42-08:00

Commit Message:
KYRA: Fix compilation with clang.

Changed paths:
    engines/kyra/kyra_v1.h



diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h
index e66f0fb..67332ec 100644
--- a/engines/kyra/kyra_v1.h
+++ b/engines/kyra/kyra_v1.h
@@ -185,7 +185,9 @@ friend class Debugger;
 friend class ::KyraMetaEngine;
 friend class GUI;
 friend class GUI_v1;
+friend class GUI_EoB;
 friend class SoundMidiPC;    // For _eventMan
+friend class TransferPartyWiz; // For save state API
 public:
 	KyraEngine_v1(OSystem *system, const GameFlags &flags);
 	virtual ~KyraEngine_v1();






More information about the Scummvm-git-logs mailing list