Skip to content

Commit

Permalink
Fix to compile with the latest Choreonoid
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakaoka committed Jan 20, 2021
1 parent af2e5c9 commit fd00249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/WorldROSItem.cpp
Expand Up @@ -198,7 +198,7 @@ void WorldROSItem::Impl::setCurrentSimulatorItem(SimulatorItem* simulatorItem)

currentSimulatorItemConnections.add(
simulatorItem->sigSimulationFinished().connect(
[&](){ clearCurrentSimulatorItem(); }));
[&](bool /* isForced */){ clearCurrentSimulatorItem(); }));
}


Expand Down

0 comments on commit fd00249

Please sign in to comment.