LGTM: [skip ci] fix: Resource not released in destructor

This commit is contained in:
wmayer
2020-07-25 14:48:59 +02:00
parent 16edad7afd
commit 584a1bf442
3 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ private:
// Defines all required member variables and functions for a
// single-value field
SO_SFIELD_SOURCE(SoSFMeshObject, const Mesh::MeshObject*, const Mesh::MeshObject*)
SO_SFIELD_SOURCE(SoSFMeshObject, Base::Reference<const Mesh::MeshObject>, Base::Reference<const Mesh::MeshObject>)
void SoSFMeshObject::initClass()