summaryrefslogtreecommitdiffstats
path: root/src/render/backend/attachmentpack_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/attachmentpack_p.h')
-rw-r--r--src/render/backend/attachmentpack_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/backend/attachmentpack_p.h b/src/render/backend/attachmentpack_p.h
index f08c12f1c..cbf96cc99 100644
--- a/src/render/backend/attachmentpack_p.h
+++ b/src/render/backend/attachmentpack_p.h
@@ -62,7 +62,7 @@ struct Attachment
QString m_name;
int m_mipLevel;
int m_layer;
- Qt3D::QNodeId m_textureUuid;
+ Qt3DCore::QNodeId m_textureUuid;
QRenderAttachment::RenderAttachmentType m_type;
QRenderAttachment::CubeMapFace m_face;
};