/in/call.cpp:43:9: error: expected expression
else if (StatusName == "platinum") my_customer->prior = PLATINUM;
^
/in/call.cpp:44:9: error: expected expression
else if (StatusName == "gold") my_customer->prior = GOLD;
^
/in/call.cpp:45:9: error: expected expression
else if (StatusName == "silver") my_customer->prior = SILVER;
^
/in/call.cpp:46:9: error: expected expression
else if (StatusName == "regular") my_customer->prior = REGULAR;
^
4 errors generated.
/in/Compile/Makefile:39: recipe for target 'buildCall' failed
make: *** [buildCall] Error 1