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 bcdf220..a1db89a 100644
--- a/src/effects/shadereffectitem.h
+++ b/src/effects/shadereffectitem.h
@@ -166,7 +166,7 @@ private:
QSize m_size;
bool m_static;
- const TextureReference *m_texture;
+ QSGTextureRef m_texture;
QGLFramebufferObject *m_fbo;
QGLFramebufferObject *m_multisampledFbo;
Renderer *m_renderer;