Ref T195, log category ctor for single element

This commit is contained in:
Klaus Basan
2017-11-16 02:15:24 +01:00
parent 8103df18f7
commit 25df9ce720

View File

@@ -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;