Skip to content
Snippets Groups Projects

Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -138,7 +138,7 @@ void FactorBase::setStatus(FactorStatus _status)
void FactorBase::link(FeatureBasePtr _ftr_ptr)
{
if (this->getFeature() != _ftr_ptr)
if (this->getFeature() && this->getFeature() != _ftr_ptr)
unlink();
if(_ftr_ptr)
Loading