mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix arg name to fix build
This commit is contained in:
parent
f153d6aa3c
commit
708b980d69
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user