1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Update to latest logging.

This commit is contained in:
Thomas Harte
2024-01-19 10:41:59 -05:00
parent bdfbf779fa
commit 70a753d8a8
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
namespace {
auto logger = Log::Logger(Log::Source::WDFDC);
auto logger = Log::Logger<Log::Source::WDFDC>();
}