Browse Source

CCB_PRINTF_FMT

lizzie 5 days ago
parent
commit
8843a16c09
  1. 1
      src/common/logging.cpp

1
src/common/logging.cpp

@ -242,7 +242,6 @@ struct ColorConsoleBackend final : public Backend {
std::atomic_bool enabled = false; std::atomic_bool enabled = false;
#endif #endif
}; };
#undef CCB_PRINTF_FMT
#ifndef __OPENORBIS__ #ifndef __OPENORBIS__
/// @brief Backend that writes to a file passed into the constructor /// @brief Backend that writes to a file passed into the constructor

Loading…
Cancel
Save