summaryrefslogtreecommitdiff
path: root/games/blackjack/files/patch-ab
blob: 9180b300e0b7b78e2606ed20702d27d75dabcc0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- bet_option.h.orig	Sat Jan  8 23:58:22 2000
+++ bet_option.h	Sat Jan  8 23:53:45 2000
@@ -63,9 +63,9 @@
       void  setInc(float inc);
 
    private slots:
-      minBetPressed(int id);
-      maxBetPressed(int id);
-      betIncPressed(int id);
+      int minBetPressed(int id);
+      int maxBetPressed(int id);
+      int betIncPressed(int id);
 };
 
 #endif