diff --git a/src/MissionManager/TransectStyleComplexItem.h b/src/MissionManager/TransectStyleComplexItem.h index 6049d20cd1f50ff018150428410b2b5e5f4062fa..f1c43071da0e0b34b3c7127ba22449414db22e5b 100644 --- a/src/MissionManager/TransectStyleComplexItem.h +++ b/src/MissionManager/TransectStyleComplexItem.h @@ -54,8 +54,8 @@ public: Fact* hoverAndCapture (void) { return &_hoverAndCaptureFact; } Fact* refly90Degrees (void) { return &_refly90DegreesFact; } Fact* terrainAdjustTolerance (void) { return &_terrainAdjustToleranceFact; } - Fact* terrainAdjustMaxDescentRate (void) { return &_terrainAdjustMaxClimbRateFact; } - Fact* terrainAdjustMaxClimbRate (void) { return &_terrainAdjustMaxDescentRateFact; } + Fact* terrainAdjustMaxDescentRate (void) { return &_terrainAdjustMaxDescentRateFact; } + Fact* terrainAdjustMaxClimbRate (void) { return &_terrainAdjustMaxClimbRateFact; } const Fact* hoverAndCapture (void) const { return &_hoverAndCaptureFact; }