Browse Source

Make compiler happy

QGC4.4
Don Gagne 8 years ago
parent
commit
179951c940
  1. 1
      src/MissionManager/PlanElementController.cc

1
src/MissionManager/PlanElementController.cc

@ -32,5 +32,6 @@ void PlanElementController::start(bool editMode) @@ -32,5 +32,6 @@ void PlanElementController::start(bool editMode)
void PlanElementController::startStaticActiveVehicle(Vehicle* vehicle)
{
Q_UNUSED(vehicle);
_editMode = false;
}

Loading…
Cancel
Save