diff -r ef0373b55136 -r 758a864f9613 src/opengl/qglbuffer.h --- a/src/opengl/qglbuffer.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/opengl/qglbuffer.h Mon Oct 04 01:19:32 2010 +0300 @@ -101,8 +101,8 @@ void destroy(); - bool bind() const; - void release() const; + bool bind(); + void release(); static void release(QGLBuffer::Type type);