App: fix ObjectIdentifier::relativeTo()
Fixes realthunder/FreeCAD_Assembly3#328
This commit is contained in:
@@ -1153,7 +1153,7 @@ std::vector<std::string> ObjectIdentifier::getStringList() const
|
||||
|
||||
ObjectIdentifier ObjectIdentifier::relativeTo(const ObjectIdentifier &other) const
|
||||
{
|
||||
ObjectIdentifier result(owner);
|
||||
ObjectIdentifier result(other.getOwner());
|
||||
ResolveResults thisresult(*this);
|
||||
ResolveResults otherresult(other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user