Compiler Error C2524

'identifier' : destructors must have a 'void' formal parameter list

The specified destructor had a nonvoid formal parameter list.

A destructor can take only a void parameter. Other parameter types are not allowed.