Maintenance: airport
explicit ctor.
This commit is contained in:
parent
b0d332a771
commit
673cfae1e8
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ FGAirport::commStationsOfType(FGPositioned::Type aTy) const
|
|||
class AirportWithSize
|
||||
{
|
||||
public:
|
||||
AirportWithSize(FGPositionedRef pos) :
|
||||
explicit AirportWithSize(FGPositionedRef pos) :
|
||||
_pos(pos),
|
||||
_sizeMetric(0)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue