Yes, I am sure that there are no static members with the same name as the newly introduced data member. The name of the class member doesn't matter at all in causing the error.
What I have determined is that the datatype matters. If I add a pointer or int to the class, nothing renders. However, if I add an ofstream, things proceed as planned.
I can send you the relevant portion of this code if you don't mind (for Linux or Windows). It uses GLEW, so you would need that installed.
Bookmarks