summaryrefslogtreecommitdiffstats
path: root/src/effects/shadereffectitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/shadereffectitem.h')
-rw-r--r--src/effects/shadereffectitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/shadereffectitem.h b/src/effects/shadereffectitem.h
index 689ef64..b490235 100644
--- a/src/effects/shadereffectitem.h
+++ b/src/effects/shadereffectitem.h
@@ -162,7 +162,7 @@ private:
QSize m_size;
bool m_static;
- QGLTexture2DPtr m_texture;
+ TextureReference *m_texture;
QGLFramebufferObject *m_fbo;
Renderer *m_renderer;
int m_refs;