In file list.h:

line 125 used to read:

//   bool isMember(const ListItem& item) const

it should (and now does) read:

//   bool isMember(const ItemType& item) const