From 6772443b0ef78ce7cbdd815103d7653f2b243e36 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Feb 2023 01:05:38 +0000 Subject: Add missing override --- assetFactory/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assetFactory/object.h b/assetFactory/object.h index f48b78a..da28c1f 100644 --- a/assetFactory/object.h +++ b/assetFactory/object.h @@ -8,7 +8,7 @@ class Object : public StdTypeDefs, public Shape { public: Object(std::string i); - CreatedFaces createMesh(ModelFactoryMesh & mesh, const Mutation::Matrix & mutation) const; + CreatedFaces createMesh(ModelFactoryMesh & mesh, const Mutation::Matrix & mutation) const override; Use::Collection uses; std::string id; -- cgit v1.2.3