mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T195, log category ctor for single element
This commit is contained in:
@@ -41,6 +41,9 @@ namespace BlackMisc
|
|||||||
//! Empty constructor.
|
//! Empty constructor.
|
||||||
CLogCategoryList() = default;
|
CLogCategoryList() = default;
|
||||||
|
|
||||||
|
//! By single element
|
||||||
|
CLogCategoryList(const CLogCategory &category) { this->push_back(category); }
|
||||||
|
|
||||||
//! Copy constructor.
|
//! Copy constructor.
|
||||||
CLogCategoryList(const CLogCategoryList &) = default;
|
CLogCategoryList(const CLogCategoryList &) = default;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user