small bugfix
This commit is contained in:
@ -16,6 +16,7 @@ class Park_spot {
|
||||
bool taken;
|
||||
Customer* parked;
|
||||
Park_spot();
|
||||
Park_spot(Customer* parked_, int id_, bool taken_);
|
||||
~Park_spot();
|
||||
void
|
||||
clock(Customer* c_customer);
|
||||
|
Reference in New Issue
Block a user