mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Fix mac warning for OBJSerializer::getFactory not marked with override
This commit is contained in:
parent
7cbe3776f5
commit
f2e69aec5e
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class OBJSerializer: public QObject, public HFMSerializer { // QObject so we can
|
|||
Q_OBJECT
|
||||
public:
|
||||
MediaType getMediaType() const override;
|
||||
std::unique_ptr<hfm::Serializer::Factory> getFactory() const;
|
||||
std::unique_ptr<hfm::Serializer::Factory> getFactory() const override;
|
||||
|
||||
typedef QVector<OBJFace> FaceGroup;
|
||||
QVector<glm::vec3> vertices;
|
||||
|
|
Loading…
Reference in a new issue