summaryrefslogtreecommitdiff
path: root/assetFactory/object.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-21 01:05:38 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-21 01:05:38 +0000
commit6772443b0ef78ce7cbdd815103d7653f2b243e36 (patch)
tree546240c03592762e74a7caa8ee73d310daef26de /assetFactory/object.h
parentImplement XML deserializer with SAXParse (diff)
downloadilt-6772443b0ef78ce7cbdd815103d7653f2b243e36.tar.bz2
ilt-6772443b0ef78ce7cbdd815103d7653f2b243e36.tar.xz
ilt-6772443b0ef78ce7cbdd815103d7653f2b243e36.zip
Add missing override
Diffstat (limited to 'assetFactory/object.h')
-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;