From 98716036cd58e1763f8eb1729f6a9f8c0ff8e07e Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Wed, 14 Dec 2011 17:03:57 +0100 Subject: [PATCH] GRIM: Fix compilation. --- engines/grim/costume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/grim/costume.h b/engines/grim/costume.h index 096d0de342f..af8b696cefa 100644 --- a/engines/grim/costume.h +++ b/engines/grim/costume.h @@ -111,7 +111,7 @@ private: float _lookAtRate; - friend Chore; + friend class Chore; }; } // end of namespace Grim