Compiler Error C2241
'identifier' : member access is restricted
Code attempts to access a private or protected member.
To fix by using the following possible solutions
Change the access level of the member.
Declare the member a
friend
of the accessing function.