Skip to content

Commit

Permalink
fix the default argument
Browse files Browse the repository at this point in the history
  • Loading branch information
eisoku9618 committed Mar 19, 2024
1 parent d551f19 commit cbdb9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openrave/robot.h
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ enum EnvironmentBodyRemoverRestoreOptions : uint8_t
class OPENRAVE_API EnvironmentBodyRemover
{
public:
EnvironmentBodyRemover(KinBodyPtr pBody, int restoreOptions=EBRRO_AbortOnActiveManipulatorLost);
EnvironmentBodyRemover(KinBodyPtr pBody, int restoreOptions=EBRRO_AbortOnGrabbedBodiesLost); // abort on grabbed bodies lost for backward compatibility
~EnvironmentBodyRemover() noexcept(true);

private:
Expand Down

0 comments on commit cbdb9bc

Please sign in to comment.