I looked at the error more closely and I think that I've found the source of the problem

I replaced

int (PEInfo::*headerFunctionList[])(void) =
with
int (PEInfo::*headerFunctionList[])(void) const =

and it works.