summaryrefslogtreecommitdiff
path: root/assetFactory
diff options
context:
space:
mode:
Diffstat (limited to 'assetFactory')
-rw-r--r--assetFactory/object.h2
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;