We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b675876 commit ed45970Copy full SHA for ed45970
visualization/motion_planning_tasks/src/local_task_model.cpp
@@ -65,7 +65,7 @@ QModelIndex LocalTaskModel::index(Node* n) const {
65
const ContainerBase* parent = n->parent();
66
67
// the internal pointer refers to n
68
- int row = 0;
+ size_t row = 0;
69
auto find_row = [n, &row](const Stage& child, int /* depth */) -> bool {
70
if (&child == n)
71
return false; // found, don't continue traversal
0 commit comments