Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/CaribbeanStud/files/patch-Seat.h
16461 views
1
--- ./Seat.h.orig 2013-10-29 15:12:13.000000000 -0200
2
+++ ./Seat.h 2013-10-29 15:12:13.000000000 -0200
3
@@ -148,7 +148,7 @@
4
};
5
6
// Class Seat
7
-inline Seat::Available() const
8
+inline int Seat::Available() const
9
{
10
return _isAvailable;
11
}
12
13