mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #837 ICoordinateGeodetic::geodeticHeight is a CAltitude.
This commit is contained in:
@@ -340,7 +340,7 @@ namespace BlackMisc
|
||||
return this->getPosition().longitude();
|
||||
}
|
||||
|
||||
const CLength &CAtcStation::geodeticHeight() const
|
||||
const CAltitude &CAtcStation::geodeticHeight() const
|
||||
{
|
||||
return this->m_position.geodeticHeight();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user