summaryrefslogtreecommitdiffstats
path: root/kpat/deck.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/deck.h')
-rw-r--r--kpat/deck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/deck.h b/kpat/deck.h
index f5239fe0..eb13268c 100644
--- a/kpat/deck.h
+++ b/kpat/deck.h
@@ -13,11 +13,11 @@ class Deck: public Pile
{
private:
- Deck( Dealer* parent = 0, int m = 1, int s = 4 );
+ Deck( Dealer* tqparent = 0, int m = 1, int s = 4 );
virtual ~Deck();
public:
- static Deck *new_deck( Dealer *parent = 0, int m = 1, int s = 4 );
+ static Deck *new_deck( Dealer *tqparent = 0, int m = 1, int s = 4 );
static Deck *deck() { return my_deck; }
static const long n;