mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
style fixes: mostly just things that make my eyes bleed :)
This commit is contained in:
@@ -30,9 +30,9 @@ public:
|
||||
|
||||
/*!
|
||||
* \brief Copy constructor
|
||||
* \param Longitude
|
||||
* \param other
|
||||
*/
|
||||
CLongitude(const CLongitude &Longitude) : CEarthAngle(Longitude) {}
|
||||
CLongitude(const CLongitude &other) : CEarthAngle(other) {}
|
||||
|
||||
/*!
|
||||
* \brief Constructor
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
* \param value
|
||||
* \param unit
|
||||
*/
|
||||
CLongitude(double value, const BlackMisc::PhysicalQuantities::CAngleUnit &unit): CEarthAngle(value, unit) {}
|
||||
CLongitude(double value, const BlackMisc::PhysicalQuantities::CAngleUnit &unit) : CEarthAngle(value, unit) {}
|
||||
|
||||
/*!
|
||||
* \brief Virtual destructor
|
||||
|
||||
Reference in New Issue
Block a user