mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
13c67e4838
commit
25df1921eb
@@ -31,7 +31,7 @@ namespace BlackCore
|
||||
{
|
||||
const CLogCategoryList &CBackgroundDataUpdater::getLogCategories()
|
||||
{
|
||||
static const BlackMisc::CLogCategoryList cats { BlackMisc::CLogCategory::worker() };
|
||||
static const CLogCategoryList cats({ CLogCategory::worker(), CLogCategory::modelSetCache(), CLogCategory::modelCache() });
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user