rename method from remObject to removeObject to be more readable
This commit is contained in:
@@ -175,7 +175,7 @@ void Origin::unsetupObject () {
|
||||
const auto &objsLnk = OriginFeatures.getValues ();
|
||||
if ( std::find(objsLnk.begin(), objsLnk.end(), obj) != objsLnk.end()) {
|
||||
if ( ! obj->isRemoving() ) {
|
||||
obj->getDocument()->remObject (obj->getNameInDocument());
|
||||
obj->getDocument()->removeObject (obj->getNameInDocument());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user