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