mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix build maybe
This commit is contained in:
parent
0b1e010e60
commit
11ebd08119
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue