fixed a warning

This commit is contained in:
matlabbe
2016-11-10 10:22:47 -05:00
parent 98851ed686
commit 4885a9e65a
+1 -1
View File
@@ -1217,7 +1217,7 @@ void DatabaseViewer::updateIds()
}
else
{
links_.insert(std::make_pair(ids_[i], jter->second))->second;
links_.insert(std::make_pair(ids_[i], jter->second));
}
addPose = true;
}