Fix arg name to fix build

This commit is contained in:
Dmitry Kardymon 2023-07-17 05:36:24 +00:00
parent f153d6aa3c
commit 708b980d69

View File

@ -109,7 +109,7 @@ public:
const String & table_name_,
const String & storage_def_,
size_t flush_interval_milliseconds_,
std::shared_ptr<SystemLogQueue<LogElement>> ex_queue = nullptr);
std::shared_ptr<SystemLogQueue<LogElement>> queue_ = nullptr);
void shutdown() override;