summaryrefslogtreecommitdiff
path: root/games/CaribbeanStud/files/patch-Player.h
blob: 0de812e73330dd032e8aff65de33844089a0ea21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;
 }