summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials-cpp/trefoilknot.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials-cpp/trefoilknot.h')
-rw-r--r--examples/qt3d/materials-cpp/trefoilknot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/materials-cpp/trefoilknot.h b/examples/qt3d/materials-cpp/trefoilknot.h
index a625c874e..6beda9cd1 100644
--- a/examples/qt3d/materials-cpp/trefoilknot.h
+++ b/examples/qt3d/materials-cpp/trefoilknot.h
@@ -56,7 +56,7 @@ public:
Qt3D::QTranslateTransform *translateTransform() const;
private:
- Qt3D::QMesh *m_mesh;
+ Qt3DRender::QMesh *m_mesh;
Qt3D::QTransform *m_transform;
Qt3D::QScaleTransform *m_scaleTransform;
Qt3D::QRotateTransform *m_xaxisRotation;