"No Matching Function For Call" and "No known Conversion" Errors Help

Mar 12, 2017 at 9:29am
f
Last edited on Mar 13, 2017 at 12:55am
Mar 12, 2017 at 10:59am
Line 18: PQCell( PQItemType, PQPriorityType, PQCell* ) // declaration
Line 39: PQCell( pointer, PQItemType, PQPriorityType ) // call
Fix the order of parameters in your function calls.

Topic archived. No new replies allowed.