freebsd-ports/games/CaribbeanStud/files/patch-Player.h
Edwin Groothuis baf470f2da [patch] Unbreak port: games/CaribbeanStud
Port build now with both gcc 2.95.4 and 3.3.1. It also
	respects CFLAGS, which it didn't before.

PR:		ports/55733
Submitted by:	Simon Barner <barner@in.tum.de>
2003-09-28 11:49:27 +00:00

11 lines
234 B
C

--- 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;
}