'member' : member access is restricted
Code tries to access a private or protected member function or data.
If you need to access this member, change the object access level or make the member a friend of the accessing function.