I have created a function pointer
void(Status::*StatusFormImageChange)(bool);
Now I want to call it with an argument. But when I try to call with
StatusFormImageChange(true);
I get an error
The expression doesn't give a function which takes one argument