src/ATC/trafficcontrol.hxx: fixed warning about const return value with no affect.
This commit is contained in:
parent
710a11eeda
commit
63fe407d80
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ public:
|
|||
{
|
||||
return currentlyCleared;
|
||||
};
|
||||
const double getApproachDistance() const
|
||||
double getApproachDistance() const
|
||||
{
|
||||
return distanceToFinal;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue