Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 31, 2023
1 parent 48e6798 commit 4ecd41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/Utils/LoggerUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class MAA_UTILS_API LogStream
std::ofstream& stream_;
const level lv_ = level::fatal;
const bool stdout_ = false;
const StringConverter string_converter_;
const StringConverter string_converter_ {};

separator sep_ = separator::space;
std::stringstream buffer_;
Expand Down

0 comments on commit 4ecd41e

Please sign in to comment.