Compiler Warning (level 1) C4253

'identifier' : forming a pointer-to-member requires explicit use of the address-of operator ('&') and a qualified name

A pointer to a non-static member function of a class or structure requires the form of an & followed by the qualified identifier not enclosed in parentheses.