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 591bc0b..689ef64 100644
--- a/src/effects/shadereffectitem.h
+++ b/src/effects/shadereffectitem.h
@@ -122,7 +122,7 @@ public:
bool isActive() const { return m_refs; }
- QGLTexture2DConstPtr texture() const { return qSharedPointerConstCast<const QGLTexture2D>(m_texture); }
+ void bind() const;
void refFromEffectItem();
void derefFromEffectItem();