Browse Source

?

pull/3032/head
Caio Oliveira 4 weeks ago
parent
commit
2d8ab20140
  1. 2
      src/common/logging/backend.cpp

2
src/common/logging/backend.cpp

@ -313,7 +313,7 @@ private:
Filter filter; Filter filter;
ColorConsoleBackend color_console_backend{}; ColorConsoleBackend color_console_backend{};
FileBackend file_backend{};
FileBackend file_backend;
#ifdef _WIN32 #ifdef _WIN32
DebuggerBackend debugger_backend{}; DebuggerBackend debugger_backend{};
#endif #endif

Loading…
Cancel
Save