mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T429, style and CLANG warnings
This commit is contained in:
@@ -55,9 +55,18 @@ namespace BlackMisc
|
||||
IndexNormalVector
|
||||
};
|
||||
|
||||
//! Ctor
|
||||
ICoordinateGeodetic() = default;
|
||||
|
||||
//! Destructor
|
||||
virtual ~ICoordinateGeodetic();
|
||||
|
||||
//! Copy constructor
|
||||
ICoordinateGeodetic(const ICoordinateGeodetic &) = default;
|
||||
|
||||
//! Copy assignment operator
|
||||
ICoordinateGeodetic &operator =(const ICoordinateGeodetic &) = default;
|
||||
|
||||
//! Latitude
|
||||
virtual CLatitude latitude() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user