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 method in your child class has a different number of arguments than what you're trying to pass into it. Could it be related to that?