mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
@@ -33,6 +33,9 @@ namespace BlackMisc
|
||||
//! Default constructor.
|
||||
CWindLayerList() = default;
|
||||
|
||||
//! Initializer list constructor.
|
||||
CWindLayerList(std::initializer_list<CWindLayer> il) : CSequence<CWindLayer>(il) {}
|
||||
|
||||
//! Construct from a base class object.
|
||||
CWindLayerList(const CSequence<CWindLayer> &other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user