From 9eccae4e1e82320f58df55bdeaa7c63901cd215a Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sat, 22 Aug 2009 06:46:08 +0000 Subject: [PATCH] J : * Unify struct/class for HandLimitor. --- projects/mtg/include/GuiHand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/GuiHand.h b/projects/mtg/include/GuiHand.h index 421fdf56e..f2a948ad8 100644 --- a/projects/mtg/include/GuiHand.h +++ b/projects/mtg/include/GuiHand.h @@ -40,7 +40,7 @@ class GuiHand : public GuiLayer ~GuiHand(); void Update(float dt); - friend class HandLimitor; + friend struct HandLimitor; }; class GuiHandOpponent : public GuiHand