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;
}
int mainWindowImpl::getMyBetAmount(int mode) {
int mainWindowImpl::getMyBetAmount() {
HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand();