1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/CaribbeanStud/files/patch-ab

12 lines
230 B
Plaintext
Raw Normal View History

--- Hands.cpp Fri Jan 31 22:47:58 1997
+++ /home/andy/tmp/wrk/Hands.cpp Sat Jul 4 18:54:30 1998
@@ -46,7 +46,7 @@
_next = 0;
}
-Hand Hands::HandValue() const
+enum Hands::Hand Hands::HandValue() const
{
return _hand;
}