summaryrefslogtreecommitdiff
path: root/games/CaribbeanStud/files/patch-Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/CaribbeanStud/files/patch-Player.h')
-rw-r--r--games/CaribbeanStud/files/patch-Player.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/CaribbeanStud/files/patch-Player.h b/games/CaribbeanStud/files/patch-Player.h
new file mode 100644
index 000000000000..0de812e73330
--- /dev/null
+++ b/games/CaribbeanStud/files/patch-Player.h
@@ -0,0 +1,11 @@
+--- Player.h.orig Tue Aug 19 12:00:36 2003
++++ Player.h Tue Aug 19 12:01:09 2003
+@@ -72,7 +72,7 @@
+ int _lastWinLost;
+ };
+
+-inline Player::WinLost( ) const
++inline int Player::WinLost( ) const
+ {
+ return _lastWinLost;
+ }