1
0
Fork 0

src/ATC/trafficcontrol.hxx: fixed warning about const return value with no affect.

This commit is contained in:
Julian Smith 2020-09-11 09:47:53 +01:00
parent 710a11eeda
commit 63fe407d80

View file

@ -339,7 +339,7 @@ public:
{
return currentlyCleared;
};
const double getApproachDistance() const
double getApproachDistance() const
{
return distanceToFinal;
};