#Help fixing "no matching function for call to (...)"
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
error: no matching function for call to 'Motor::CriarPeloXML(ObjectoXML*&, int*&, int*&, int*&, int&)
note: candidate: 'virtual void Motor::CriarPeloXML(ObjetoXML*, int*, int*, int*, int)
These are the errors I get ^^
it should probably say why the candidate is not eligible
note: no known conversion for argument 1 from 'ObjectoXML*' to 'ObjetoXML*'```
would that be it?
There are probably other candidates listed too