Rename member

This commit is contained in:
Mat Sutcliffe
2022-02-13 17:12:13 +00:00
parent 0482634d81
commit edc175d133
2 changed files with 9 additions and 9 deletions

View File

@@ -74,8 +74,8 @@ namespace BlackMisc::Aviation
int comparePropertyByIndex(CPropertyIndexRef index, const CAircraftVelocity &compareValue) const;
private:
static const PhysicalQuantities::CSpeedUnit c_xyzUnit;
static const PhysicalQuantities::CAngleUnit c_pbhAngleUnit; //!< \todo Create a dedicated PQ class for angular velocity
static const PhysicalQuantities::CSpeedUnit c_xyzSpeedUnit;
static const PhysicalQuantities::CTimeUnit c_pbhTimeUnit;
double m_x = 0;