mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02:00
Mark BaseNestableTransformNode::toVariantMap with override
This commit is contained in:
parent
0bd00c3554
commit
715f6a4473
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
return jointWorldTransform;
|
||||
}
|
||||
|
||||
QVariantMap toVariantMap() const {
|
||||
QVariantMap toVariantMap() const override {
|
||||
QVariantMap map;
|
||||
|
||||
auto nestable = _spatiallyNestable.lock();
|
||||
|
|
Loading…
Reference in a new issue