On Monday 26 January 2004 20:28, Albert Astals Cid wrote:
> protected: // THAT IS IMPORTANT
> void initializeGL();
> void resizeGL(int w, int h) { glViewport( 0, 0, (GLint)w, (GLint)h ); };
> void paintGL();
Why is it important to make them protected?