Compiler Warning (level 4) C4134

conversion between pointers to members of same class

A pointer to one member of a class was converted to a pointer to another member of the class. This is necessary because void pointers to members are not allowed.

This warning is informational.