Browse Source

?

pull/3032/head
Caio Oliveira 3 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;
ColorConsoleBackend color_console_backend{};
FileBackend file_backend{};
FileBackend file_backend;
#ifdef _WIN32
DebuggerBackend debugger_backend{};
#endif

Loading…
Cancel
Save