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