It must be something specific in my code, which I can\'t post. But maybe someone can suggest possible causes.
Basically I have:
class CParent { publ
The problem is CChild doesn't actually inherit from CParent.
CChild
CParent
And so it doesn't have a doIt method that takes only one argument.
doIt