Skip to content

Commit 131a8b2

Browse files
committed
hotfix: Clear warning - reorder
1 parent ea69474 commit 131a8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/efp/logger.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ namespace efp {
344344

345345
private:
346346
Spinlock _spinlock;
347-
Vcq<LogData, EFP_LOG_BUFFER_SIZE>* _write_buffer;
348347
Vcq<LogData, EFP_LOG_BUFFER_SIZE>* _read_buffer;
348+
Vcq<LogData, EFP_LOG_BUFFER_SIZE>* _write_buffer;
349349
fmt::dynamic_format_arg_store<fmt::format_context> _dyn_args;
350350
LogLevel _log_level = LogLevel::Info;
351351
std::FILE* _output_file = stdout;

0 commit comments

Comments
 (0)