Skip to content

Commit 7bf384f

Browse files
committed
fixed compile errors
1 parent 1c41324 commit 7bf384f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

UnityInspector/src/features/debug_console/debug_console.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ struct DebugConsole : IFeature
3434

3535
private:
3636
static constexpr size_t MAX_LOGS = 1000;
37-
static std::deque<LogEntry> logBuffer;
38-
static std::mutex logMutex;
39-
static float currentTime;
37+
static inline std::deque<LogEntry> logBuffer;
38+
static inline std::mutex logMutex;
39+
static inline float currentTime;
4040

4141
bool showLog = true;
4242
bool showWarning = true;

0 commit comments

Comments
 (0)