summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/tessellation-modes/tessellatedquadmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/tessellation-modes/tessellatedquadmesh.h')
-rw-r--r--examples/qt3d/tessellation-modes/tessellatedquadmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/tessellation-modes/tessellatedquadmesh.h b/examples/qt3d/tessellation-modes/tessellatedquadmesh.h
index 76b00ae01..0bb6459ef 100644
--- a/examples/qt3d/tessellation-modes/tessellatedquadmesh.h
+++ b/examples/qt3d/tessellation-modes/tessellatedquadmesh.h
@@ -44,6 +44,7 @@ class TessellatedQuadMesh : public Qt3D::QAbstractMesh
Q_OBJECT
public:
explicit TessellatedQuadMesh(Qt3D::QNode *parent = 0);
+ ~TessellatedQuadMesh();
Qt3D::QAbstractMeshFunctorPtr meshFunctor() const Q_DECL_OVERRIDE;