small bugfix

This commit is contained in:
MassiveAtoms
2019-06-30 05:32:01 -03:00
parent bf17b82c2e
commit c5763ed826
2 changed files with 3 additions and 1 deletions

View File

@ -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);