compilation fix

This commit is contained in:
doitux
2007-11-20 22:30:17 +00:00
parent b5208759bd
commit c17b1bf803
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -2072,7 +2072,7 @@ int mainWindowImpl::getBetRaisePushButtonValue() {
return betValue; return betValue;
} }
int mainWindowImpl::getMyBetAmount(int mode) { int mainWindowImpl::getMyBetAmount() {
HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand(); HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand();
+1 -4
View File
@@ -206,18 +206,15 @@ public slots:
void pushButtonFoldClicked(bool checked); void pushButtonFoldClicked(bool checked);
void pushButtonAllInClicked(bool checked); void pushButtonAllInClicked(bool checked);
void myBetRaise();
void myCallCheck(); void myCallCheck();
void myFold(); void myFold();
void myCheck(); void myCheck();
int getMyCallAmount(); int getMyCallAmount();
int getBetRaisePushButtonValue(); int getBetRaisePushButtonValue();
int getMyBetAmount(int); int getMyBetAmount();
void myCall(); void myCall();
void myBet();
void mySet(); void mySet();
void myRaise();
void myAllIn(); void myAllIn();
void myActionDone(); void myActionDone();