fix build maybe

This commit is contained in:
ConfiG 2024-01-28 05:24:54 +03:00 committed by GitHub
parent 0b1e010e60
commit 11ebd08119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,8 @@ namespace geode::log {
private:
std::vector<Log> m_logs;
std::ofstream m_logStream;
static thread_local int32_t s_nestLevel;
static thread_local int32_t s_nestCountOffset;
inline static thread_local int32_t s_nestLevel;
inline static thread_local int32_t s_nestCountOffset;
Logger() {}
public: