diff options
Diffstat (limited to 'opponent.h')
-rw-r--r-- | opponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ class Opponent : virtual public CardPile int whatHand; protected: - Card *opponentCards[3][5]; + Card *opponentCards[3][5]; public: Opponent(void); |