Fix compiler error.

This commit is contained in:
lotodore
2008-12-20 20:16:26 +00:00
parent e7a63b1a99
commit 4f78b32f9d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
int* intCodeToHoleCards(int);
std::vector< std::vector<int> > calcCardsChance(GameState, int*, int*);
int** showdown(GameState, int**, int);
//int** showdown(GameState, int**, int);
};