mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -22,9 +22,5 @@ namespace BlackMisc
|
||||
CCoordinateGeodeticList::CCoordinateGeodeticList(const CSequence<CCoordinateGeodetic> &other) :
|
||||
CSequence<CCoordinateGeodetic>(other)
|
||||
{ }
|
||||
|
||||
CCoordinateGeodeticList::CCoordinateGeodeticList(std::initializer_list<CCoordinateGeodetic> il) :
|
||||
CSequence<CCoordinateGeodetic>(il)
|
||||
{ }
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
@@ -41,9 +41,6 @@ namespace BlackMisc
|
||||
//! Default constructor.
|
||||
CCoordinateGeodeticList();
|
||||
|
||||
//! Construct by coordinates
|
||||
CCoordinateGeodeticList(std::initializer_list<CCoordinateGeodetic> coordinates);
|
||||
|
||||
//! Construct from a base class object.
|
||||
CCoordinateGeodeticList(const CSequence<CCoordinateGeodetic> &other);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user