mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
style fixes: mostly just things that make my eyes bleed :)
This commit is contained in:
@@ -91,9 +91,9 @@ private:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Default constructor, avoid object instantiation
|
||||
* \brief Default constructor, deleted
|
||||
*/
|
||||
CCoordinateTransformation() {}
|
||||
CCoordinateTransformation();
|
||||
|
||||
public:
|
||||
/*!
|
||||
@@ -124,7 +124,6 @@ public:
|
||||
* \return
|
||||
*/
|
||||
static CCoordinateGeodetic toGeodetic(const CCoordinateEcef &ecef);
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user