1
0
Fork 0

Maintenance: airport

explicit ctor.
This commit is contained in:
scttgs0 2023-05-23 21:48:12 -05:00
parent b0d332a771
commit 673cfae1e8

View file

@ -992,7 +992,7 @@ FGAirport::commStationsOfType(FGPositioned::Type aTy) const
class AirportWithSize
{
public:
AirportWithSize(FGPositionedRef pos) :
explicit AirportWithSize(FGPositionedRef pos) :
_pos(pos),
_sizeMetric(0)
{