summaryrefslogtreecommitdiffstats
path: root/opponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'opponent.h')
-rw-r--r--opponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opponent.h b/opponent.h
index d90146e..f754561 100644
--- a/opponent.h
+++ b/opponent.h
@@ -9,7 +9,7 @@ class Opponent : virtual public CardPile
int whatHand;
protected:
- Card *opponentCards[3][5];
+ Card *opponentCards[3][5];
public:
Opponent(void);