Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'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.