summaryrefslogtreecommitdiff
path: root/games/CaribbeanStud/files/patch-Seat.h
blob: 7c18c19d48d7e23f01e8af19f21140020d9d546d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Seat.h.orig	Tue Aug 19 12:12:00 2003
+++ Seat.h	Tue Aug 19 12:12:40 2003
@@ -148,7 +148,7 @@
 };
 
 // Class Seat 
-inline Seat::Available() const
+inline int Seat::Available() const
 {
 	return _isAvailable;
 }