summaryrefslogtreecommitdiffstats
path: root/card.h
diff options
context:
space:
mode:
Diffstat (limited to 'card.h')
-rw-r--r--card.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/card.h b/card.h
index f282173..77a3804 100644
--- a/card.h
+++ b/card.h
@@ -31,7 +31,7 @@ class Card
Card(void);
Card(string &);
- void getRank(void);
+ int getRank(void);
enum Suit getSuit(void);
/* could be overloaded with cout's << operator */