diff options
author | Kargatum <dowlandtop@yandex.com> | 2022-05-31 17:05:39 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 17:05:39 +0700 |
commit | 4fbec972a8fe55d73744205322298791ded0c204 (patch) | |
tree | 9b183311815b3a25c46ea11e99c73c548460a0fb /src/common/Logging/Log.h | |
parent | 40a5eef152addba3949016938519fa61d9776f82 (diff) |
refactor(Cmake): add support build selected applications and tools (#11836)
Diffstat (limited to 'src/common/Logging/Log.h')
-rw-r--r-- | src/common/Logging/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index 32ace618c6..bf349227b8 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -60,7 +60,7 @@ private: public: static Log* instance(); - void Initialize(Acore::Asio::IoContext* ioContext); + void Initialize(Acore::Asio::IoContext* ioContext = nullptr); void SetSynchronous(); // Not threadsafe - should only be called from main() after all threads are joined void LoadFromConfig(); void Close(); |