summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/shader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/shader_p.h')
-rw-r--r--src/render/materialsystem/shader_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/materialsystem/shader_p.h b/src/render/materialsystem/shader_p.h
index 5eccc7510..8f78163be 100644
--- a/src/render/materialsystem/shader_p.h
+++ b/src/render/materialsystem/shader_p.h
@@ -129,7 +129,6 @@ private:
QShaderProgram::Status m_status;
QShaderProgram::Format m_format;
bool m_dirty;
-
};
#ifndef QT_NO_DEBUG_STREAM
@@ -146,7 +145,7 @@ class ShaderFunctor : public Qt3DCore::QBackendNodeMapper
public:
explicit ShaderFunctor(AbstractRenderer *renderer,
ShaderManager *manager);
- Qt3DCore::QBackendNode *create(const Qt3DCore::QNodeCreatedChangeBasePtr &change) const final;
+ Qt3DCore::QBackendNode *create(Qt3DCore::QNodeId id) const final;
Qt3DCore::QBackendNode *get(Qt3DCore::QNodeId id) const final;
void destroy(Qt3DCore::QNodeId id) const final;