diff options
Diffstat (limited to 'assetFactory/object.h')
-rw-r--r-- | assetFactory/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Object>, 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; |