mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Removing macOS warning
This commit is contained in:
parent
e3da6aa9f1
commit
027bd30cbc
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ public:
|
|||
virtual const ShapeKey getShapeKey() const override { return shapeGetShapeKey<T>(_data); }
|
||||
|
||||
// Meta Type Interface
|
||||
virtual uint32_t fetchMetaSubItems(ItemIDs& subItems) const { return metaFetchMetaSubItems<T>(_data, subItems); }
|
||||
virtual uint32_t fetchMetaSubItems(ItemIDs& subItems) const override { return metaFetchMetaSubItems<T>(_data, subItems); }
|
||||
|
||||
protected:
|
||||
DataPointer _data;
|
||||
|
|
Loading…
Reference in a new issue