Quote Originally Posted by tbscope View Post
It means you try to change a member of the class within a const function.

Calling the endPoint functions changes the state of the class.
Wow, how could I forget that. Thank you very much.