summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglshaderprogram.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-04-21 09:38:03 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-05-01 10:17:36 +1000
commitab0ee278362ec8bd3acbed0e98b3392aad68bef5 (patch)
tree4cca83012d163a6d99a2e04a90756bf4921f7837 /src/opengl/qglshaderprogram.h
parent17ee6906eb726ea9b03c6c7e67448cf3d924f0f8 (diff)
Make QGLShaderProgram::disable() static.
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qglshaderprogram.h')
-rw-r--r--src/opengl/qglshaderprogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qglshaderprogram.h b/src/opengl/qglshaderprogram.h
index eddd4470f3..8a54a5d6cc 100644
--- a/src/opengl/qglshaderprogram.h
+++ b/src/opengl/qglshaderprogram.h
@@ -139,7 +139,7 @@ public:
QString log() const;
bool enable();
- void disable();
+ static void disable();
GLuint programId() const;