summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qshaderprogram_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qshaderprogram_p.h')
-rw-r--r--src/render/frontend/qshaderprogram_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/frontend/qshaderprogram_p.h b/src/render/frontend/qshaderprogram_p.h
index 2489c95da..cb79f5efb 100644
--- a/src/render/frontend/qshaderprogram_p.h
+++ b/src/render/frontend/qshaderprogram_p.h
@@ -55,6 +55,8 @@ class QShaderProgramPrivate : public QAbstractShaderPrivate
public:
QShaderProgramPrivate(QShaderProgram *qq);
+ void copy(const QNodePrivate *ref) Q_DECL_OVERRIDE;
+
Q_DECLARE_PUBLIC(QShaderProgram)
QString m_vertexSourceFile;
QString m_tessControlSourceFile;